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