Updating tick labels on animated plot

In article
<AANLkTik=w70xo5Y6iOOQ4qSSZY0TP4RjhmZEQsREoooi@...288...>,
Søren Nielsen

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

···

<soren.skou.nielsen@...287...> wrote: