From: John H. <jd...@gm...> - 2007-02-26 21:09:13
|
On 2/26/07, Antonio Kanaan <ank...@gm...> wrote: > I thought of drawing my own cursor, deleting it and moving to the next > point . It seems this would take forever as (far as I understand) > matplotlib will redo the entire plot each time I do this. I forgot to mention in my previous post -- as long as you use the blit techniques embodied in the Cursor class in the example above and discussed here: http://www.scipy.org/Cookbook/Matplotlib/Animations matplotlib will not redraw you figure each time. JDH |