[Matplotlib-users] plotting slow in directories with many files

2010-10-18 Thread mfabulous
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

[Matplotlib-users] Yaxis labels in plots with no vspacing

2009-02-01 Thread mfabulous
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

Re: [Matplotlib-users] legend for plots with points

2009-01-27 Thread mfabulous
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

[Matplotlib-users] legend for plots with points

2009-01-26 Thread mfabulous
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

Re: [Matplotlib-users] how to get xlims after zooming

2008-12-29 Thread mfabulous
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. --

[Matplotlib-users] how to get xlims after zooming

2008-12-29 Thread mfabulous
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