Re: [Matplotlib-users] I expanded the embedding_in_qt4.py with a blitting canvas.

2009-12-29 Thread Darren Dale
On Sat, Dec 26, 2009 at 12:52 PM, Till Stensitzki wrote: > If you want to use it in the example section or anything else, you are > welcome. We also have an existing blitting example at http://matplotlib.sourceforge.net/examples/animation/animation_blit_qt4.html . I would prefer not to add blitti

[Matplotlib-users] I expanded the embedding_in_qt4.py with a blitting canvas.

2009-12-26 Thread Till Stensitzki
If you want to use it in the example section or anything else, you are welcome. greetings Till #!/usr/bin/env python # embedding_in_qt4.py --- Simple Qt4 application embedding matplotlib canvases # It also shows, that normal plotting is quite slow. # # Copyright (C) 2005 Florent Rougon #