Hi,
I encountered this particular problem quite often now. If you use matplotlib
in a directory that contains a large number of files, things become
extremely slow after calling pylab.show(). I suspect the interface
internally lists all files in that directory?
I often have to plot from director
Hello,
I apologize if this was asked earlier.
I have following problem: I am creating multi panaled plots with share
xaxis.
It became common in publications to plot such plots without vspacing, so
that
they tough each other ( I attached a pdf
http://www.nabble.com/file/p21773509/bN3368MJ_zhlnHD
mfabulous wrote:
> Hi all,
>
> I apologize if this was asked before. I just started adding legends to my
> plots
> and found the legend stile for a point-plot, i.e. a plot using points
> rather
> than
> lines to be a bit confusing.
>
> Example:
> pylab.plot
Hi all,
I apologize if this was asked before. I just started adding legends to my
plots
and found the legend stile for a point-plot, i.e. a plot using points rather
than
lines to be a bit confusing.
Example:
pylab.plot(arange(5), arange(5), 'o', label="foo")
pylab.legend()
Will produce a leg
Excellent, thank you, this is exactly what I was looking for!
Regards,
Maximilian
--
View this message in context:
http://www.nabble.com/how-to-get-xlims-after-zooming-tp21205310p21206768.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
--
Hi,
I apologize if this was asked before.
I am trying to implement of a zoom lock over multiple subplots. I.e. I have
four subplots where the xaxis stretches from some value xmin to some xmax.
The range is the same for all four plots. Now if the user zooms into a
different range in one of the fo