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
Matplotlib on Windows installed via the latest binary for Python 2.4
(matplotlib-0.90.1.win32-py2.4.exe)
complains about not finding the Microsoft C runtime (MSVCP71.dll).
Reading the microsoft documentation about this DLL it seems that
matplotlib should be including it in the binary package
I cannot seem to get consistent plotting behavior across platforms
without using a kludgy work-around.
I have a python library that produces plots using matplotlib. A user
of this library would call several high-level functions that happen
to also produce plots, e.g.,
Metric1_compare(a,b)
M
Is there any way to display a legend in a second window or outside the plot?
thanks in advance
Wolfgang
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search l
Hi,
is there a plan (or an existing command) to have set_extent working for
contours, as was recently done for imshow? I know that "contour" has
different inputs since you can specify X,Y, the data coordinates.
However, I would like to do something like:
...
co = contour(data, extent=(0.,2.,0.,2.
Hi mpl'ers,
I have noticed that I keep setting the font size of the figure elements
(axes labels, tick labels, title) so often that it would deserve a
function, or better an Axes method to do the same. I am aware of the
matplotlibrc settings, but I need something to play with after a figure
is dra
10 matches
Mail list logo