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

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

2011-02-27 Thread Jouni K . Seppänen
Jouni Seppänen writes: > pbkdo8y URWBookmanL-DemiBold ".167 SlantFont TeXnANSIEncoding ReEncodeFont" > > 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 the font, unless this really means so

Re: [Matplotlib-users] Text box adaptable

2011-02-27 Thread Benjamin Root
On Sun, Feb 27, 2011 at 6:48 AM, andrea crotti wrote: > 2011/2/18 Benjamin Root : > > > > > > 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 de

Re: [Matplotlib-users] Text box adaptable

2011-02-27 Thread andrea crotti
2011/2/18 Benjamin Root : > > > 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 programmers

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