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

2009-06-18 Thread Elan Pavlov
0 PM, John Hunter wrote: > On Wed, Jun 17, 2009 at 5:27 PM, Elan Pavlov wrote: >> 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 ord

[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 labe

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

2009-05-07 Thread Elan Pavlov
t; which is usually not a good idea. > > --Michiel > > > > > --- On Wed, 5/6/09, Elan Pavlov wrote: > >> From: Elan Pavlov >> Subject: [Matplotlib-users] Wxpython, Matplotlib and draw_artist >> To: matplotlib-users@lists.sourceforge.net >> Date: Wednesday, M

[Matplotlib-users] Wxpython, Matplotlib and draw_artist

2009-05-06 Thread Elan Pavlov
Hi, I can't get wxpython to play well with matplotlib and draw_artist. After mucking around quite a bit I think I narrowed it down to the draw_artist function The problem seems to be that draw_artist when working within wxpython (as opposed to a simple mpl window) doesn't remove the old points it p

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

2009-04-23 Thread Elan Pavlov
And thanks, and ever thanks. -- William Shakespeare On Thu, Apr 23, 2009 at 1:21 PM, Jae-Joon Lee wrote: > On Mon, Apr 20, 2009 at 4:34 PM, Elan Pavlov wrote: >> Hi, >> >> I'm trying to use matplotlib for animating data as it is received from an >> online s

[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-22 Thread Elan Pavlov
the canvas and move 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 wrote: > On Wed, Apr 22, 2009 at 10:11 AM, Elan Pavlov wrote: >> >> I'm trying to use matplotlib for animating data as it is received

[Matplotlib-users] Animation with copy_from_bbox / restore_region

2009-04-22 Thread Elan Pavlov
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 and it s