Re: [Matplotlib-users] Multiline plot

2011-03-09 Thread Benjamin Root
On Wed, Mar 9, 2011 at 4:05 AM, Thorsten Kranz wrote: > Hi, > > I repeat my question, as nobody replied yet. Does anybody know the > actual state of this feature? > > Greetings, > > Thorsten > > Don't know about any plot_signal() functions, but I have tried to rework the example in the cookbook.

Re: [Matplotlib-users] Multiline plot

2011-03-09 Thread Thorsten Kranz
Hi, I repeat my question, as nobody replied yet. Does anybody know the actual state of this feature? Greetings, Thorsten 2011/2/28 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 >

[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