Re: [Matplotlib-users] Updating tick labels when using animation

2009-06-18 Thread Elan Pavlov
Hi John, I solved the bug. In my application I have several threads. One of the threads updates the graph on a timer and another gets data from the application in order to plot. The thread updating the limits was based on data coming from the application. As I stated this is a two part process

[Matplotlib-users] Updating tick labels when using animation

2009-06-17 Thread Elan Pavlov
Hi, I'm using an animated graph in which most of the time I don't want it to autoscale (due to speed). Once in a while I want it to change the limits of the y-axis. In order to do this I use set_ylim and follow by a canvas.draw(). However it does not actually redraw the canvas and the old tick

Re: [Matplotlib-users] Wxpython, Matplotlib and draw_artist

2009-05-07 Thread Elan Pavlov
--- On Wed, 5/6/09, Elan Pavlov epav...@gmail.com wrote: From: Elan Pavlov epav...@gmail.com Subject: [Matplotlib-users] Wxpython, Matplotlib and draw_artist To: matplotlib-users@lists.sourceforge.net Date: Wednesday, May 6, 2009, 2:05 PM Hi, I can't get wxpython to play well with matplotlib

[Matplotlib-users] Animation with copy_from_bbox / restore_region.

2009-04-23 Thread Elan Pavlov
Hi, I'm trying to use matplotlib for animating data as it is received from an online source (online in the algorithmic sense not internet:). I'd like the graph plot to be updated with high frequency since the data changes rapidly. I've used the BufferRegion with copy_from_bbox / restore_region

Re: [Matplotlib-users] Animation with copy_from_bbox / restore_region.

2009-04-23 Thread Elan Pavlov
, and ever thanks. -- William Shakespeare On Thu, Apr 23, 2009 at 1:21 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Mon, Apr 20, 2009 at 4:34 PM, Elan Pavlov e...@mit.edu wrote: Hi, I'm trying to use matplotlib for animating data as it is received from an online source (online

Re: [Matplotlib-users] Animation with copy_from_bbox / restore_region

2009-04-22 Thread Elan Pavlov
it would speed things up considerably as well as be useful for other things. Elan On Wed, Apr 22, 2009 at 1:10 PM, Ryan May rma...@gmail.com wrote: On Wed, Apr 22, 2009 at 10:11 AM, Elan Pavlov epav...@gmail.com wrote: I'm trying to use matplotlib for animating data as it is received from