[Matplotlib-users] Destroying canvas

2011-02-27 Thread Sandy Oz
Hello everyone, I'm building and application which will display a collection of several wxpanels each of which displays a FigureCanvasWxAgg with a particular subplot. The user is allowed to remove these panels. However, after a panel is deleted (call wxPanel.Destroy()), and the mouse moves

Re: [Matplotlib-users] Text box adaptable

2011-02-27 Thread andrea crotti
2011/2/18 Benjamin Root ben.r...@ou.edu: Automatic layouts are difficult to do in matplotlib.  This was a design decision trade-off made early in its development.  Instead of having matplotlib determining optimal layouts and such, the developers decided that it would be better to give the

Re: [Matplotlib-users] Text box adaptable

2011-02-27 Thread Benjamin Root
On Sun, Feb 27, 2011 at 6:48 AM, andrea crotti andrea.crott...@gmail.comwrote: 2011/2/18 Benjamin Root ben.r...@ou.edu: Automatic layouts are difficult to do in matplotlib. This was a design decision trade-off made early in its development. Instead of having matplotlib determining

Re: [Matplotlib-users] Bug in `dviread.py'

2011-02-27 Thread Jouni K . Seppänen
Jouni Seppänen j...@iki.fi writes: pbkdo8y URWBookmanL-DemiBold .167 SlantFont TeXnANSIEncoding ReEncodeFont texnansi.enc 8r.enc ubkd8a.pfb I guess we will need to implement slightly more of a PostScript interpreter inside matplotlib to figure out which file is to be used for re-encoding

[Matplotlib-users] Multiline plot

2011-02-27 Thread Thorsten Kranz
Hi, I usually plot my multichannel-EEG data using a constant offset for each channel and then setting the channel-names as yticks on the y-axis. I stumbled across http://www.scipy.org/Cookbook/Matplotlib/MultilinePlots where exactly this problem is addressed, and I tried the example using