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