dynamic update in TkAgg ? (more)

This turned out to be really easy so now canvas.draw

    > triggers a blit and functions more like the other backends.
    > It's in CVS. I also found an extraneous draw() so
    > performance should be better, perhaps 2x.

Yep, I'm getting about 20fps on my system now. Much improved.

Gary, I'm uploading a zip file which has the new matplotlib python
code. AFAIK, all the changes were made at the python level (right
Todd?) so you should just be able to unzip this in your site-packages
dir to try the new code. Let me know if it works, and what kind of
performance you are getting now.

http://nitace.bsd.uchicago.edu:8080/files/share/matplotlib-0.54.1a.zip

JDH

    > This turned out to be really easy so now canvas.draw
    > triggers a blit and functions more like the other backends.
    > It's in CVS. I also found an extraneous draw() so
    > performance should be better, perhaps 2x.

Yep, I'm getting about 20fps on my system now. Much improved.

Gary, I'm uploading a zip file which has the new matplotlib python
code. AFAIK, all the changes were made at the python level (right
Todd?)

Yes, the changes were pure Python and limited to backend_tkagg.py.

Todd

···

On Wed, 2004-05-26 at 13:09, John Hunter wrote:

so you should just be able to unzip this in your site-packages
dir to try the new code. Let me know if it works, and what kind of
performance you are getting now.

http://nitace.bsd.uchicago.edu:8080/files/share/matplotlib-0.54.1a.zip

JDH

--
Todd Miller <jmiller@...86...>