Re: [Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-28 Thread fred
John Hunter a écrit : > I matplotlib svn (as of June) there is a plotfile function. From the > docstring: Great ! Thanks. -- http://scipy.org/FredericPetit - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-27 Thread John Hunter
On 8/27/07, Matt Fago <[EMAIL PROTECTED]> wrote: > > I'm elated to have found matplotlib after struggling with octave and > gnuplot. > > There is one thing that I think matplotlib could improve on (or that I > cannot find) > -- quick plotting a la gnuplot: > >plot "file.txt" using 1:2 with lp

Re: [Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-27 Thread Ken McIvor
On Aug 27, 2007, at 11:59 AM, Matt Fago wrote: > > Are there any plans for such a feature, or does it already exist? > Probably would > not be too difficult to implement if no one else is planning to do so. There is a script called 'plotit', included with the WxMpl library, that provides very

Re: [Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-27 Thread massimo sandal
Matt Fago ha scritto: I'm elated to have found matplotlib after struggling with octave and gnuplot. There is one thing that I think matplotlib could improve on (or that I cannot find) -- quick plotting a la gnuplot: plot "file.txt" using 1:2 with lp For matplotlib, perhaps something li

Re: [Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-27 Thread fred
Matt Fago a écrit : > I'm elated to have found matplotlib after struggling with octave and > gnuplot. > > There is one thing that I think matplotlib could improve on (or that I > cannot find) > -- quick plotting a la gnuplot: > >plot "file.txt" using 1:2 with lp > > For matplotlib, perhaps so

[Matplotlib-users] Simple Matplotlib usage and Gnuplot

2007-08-27 Thread Matt Fago
I'm elated to have found matplotlib after struggling with octave and gnuplot. There is one thing that I think matplotlib could improve on (or that I cannot find) -- quick plotting a la gnuplot: plot "file.txt" using 1:2 with lp For matplotlib, perhaps something like the following: f