Re: [Matplotlib-users] dividing up subplots?

2009-12-26 Thread Jae-Joon Lee
On Thu, Dec 24, 2009 at 3:53 PM, per freem wrote: > i want it to eliminate the second > subplot of the first row and instead make the first subplot on the > first row take up two plots worth of space, Matpltlib's subplot does not support it as of now. There a few work around you may try, but it

[Matplotlib-users] update plot in regular intervals while catching mouse/keyb events

2009-12-26 Thread Alexander Hupfer
Hi, I want to capture mouse and keyboard events on a plot while updating it in regular intervals. I succeeded doing both tasks independently however not in combination. For the updating I use a subthread to analyze the data while the main thread redraws the plot in a loop. However while redrawing i

[Matplotlib-users] easy_setup and matplotlib

2009-12-26 Thread projetmbc
Hello, I've tried, on Python 2.6 Mac O$, to install directly matpltolib with easy_install. I've not successed. Is-it possible ? Best regards. Christophe. -- This SF.Net email is sponsored by the Verizon Developer Commun

[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 #