Re: [Matplotlib-users] strange behavior with the scatter() function

2011-05-02 Thread Emanuele Passera
Anyone can give me an help, please ? Emanuele Passera Software Engineer Tele-Rilevamento Europa - T.R.E. srl Via Vittoria Colonna, 7 20149 Milano – Italia Tel.: +39.02.4343.121 - Fax: +39.02.4343.1230 emanuele.pass...@treuropa.com - www.treuropa.com -- This communication, that may contain

[Matplotlib-users] multiple graphs on same scale

2011-05-02 Thread Neal Becker
I asked this a while back, but never explained myself clearly. I'm using pdfpages to plot multiple graphs on multiple pages. I want the graphs to come out on the same scales. Would it be reasonable to try to autoscale them and yet come out on the same scale? Maybe would be easier to

Re: [Matplotlib-users] Drawing on plots

2011-05-02 Thread Soumyaroop Roy
Any pointers on this? On Sat, Apr 30, 2011 at 12:34 AM, Soumyaroop Roy roy.soumyar...@gmail.comwrote: Hi there: I have an x-y plot and I want to draw a vertical marker (an x=c line) on the plot on a mouse click. How should I approach it? regards, Soumyaroop

Re: [Matplotlib-users] Drawing on plots

2011-05-02 Thread Justin McCann
You'll want to use event handling to figure out where the user clicked, and then you have a couple of options: Axes.vlines(), or pylab.axvline(). It seems like pylab.axvline() will always span the entire y-axis by default, but with Axes.vlines() you need to specify the ymin/ymax. Maybe someone

Re: [Matplotlib-users] multiple graphs on same scale

2011-05-02 Thread Adrian HILL
Perhaps sharex or sharey might suit your requirements. Adrian On 02/05/2011 15:18, Neal Becker wrote: I asked this a while back, but never explained myself clearly. I'm using pdfpages to plot multiple graphs on multiple pages. I want the graphs to come out on the same scales. Would it

Re: [Matplotlib-users] Drawing on plots

2011-05-02 Thread Soumyaroop Roy
Thanks Justin. I have the event handling thing in place and was really looking for drawing options. Thanks for the tips. I'll look into them. regards, Soumyaroop On Mon, May 2, 2011 at 11:06 AM, Justin McCann jne...@gmail.com wrote: You'll want to use event handling to figure out where the

Re: [Matplotlib-users] strange behavior with the scatter() function

2011-05-02 Thread Michael Droettboom
There is a bug in the Agg rectangle clipping code that fails when the clipping rectangle is outside of the bounds of the figure. Since your example sets the edges of the axes right at the edges of the figure, at certain DPIs, the axes clipping region actually extends outside of the bounds of