In article
<aanlktik=w70xo5y6iooq4qsszy0tp4rjhmzeqsreo...@mail.gmail.com>,
Søren Nielsen
<soren.skou.niel...@gmail.com> wrote:
> Hi,
>
> I have an animated plot and I'm having trouble updating the tick labels
> after I blit new data to the canvas. I've looked through the documentation
> and it's not clear to me how I can update the x and y axis ticks during an
> animation. Anyone here know how to do this?
I am not an expert but...
The only way I know to update the tick labels and such is to call the
draw() method on your canvas.
if you have to update the tick labels nearly as often as you add data
then you probably should not bother with the animation API. Just update
the data and then call canvas.draw() to update both the data and the
axis ticks.
Regards,
-- Russell
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users