Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-16 Thread Gökhan SEVER
Thanks for the suggestion Alan. This is just a preliminary data --needs to be gone over and edited unreasonable peaks. By the way the data is from a cloud condensation nuclei counter. On Thu, Apr 16, 2009 at 8:51 PM, Alan G Isaac wrote: > On 4/16/2009 8:26 PM Gökhan SEVER apparently wrote: > >

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-16 Thread Alan G Isaac
On 4/16/2009 8:26 PM Gökhan SEVER apparently wrote: > I am using two numpy arrays to plot the figure shown in attachment. Is > it possible to get array indices of selected X-axes while using the zoom > function? Later I can create a new figure from this selected portion > instead of the same fig

[Matplotlib-users] Polar plotting clockwise and rotated

2009-04-16 Thread Ng, Enrico
I've been trying to figure out how to do this for a while. I need to make polar plots which go around clockwise and have 0deg on top (north) instead of on the side (east). How can this be done? -- Stay on top of everythi

Re: [Matplotlib-users] Griddata

2009-04-16 Thread Josh Lawrence
Jeff, Thanks for the speedy reply. Should a warning be raised then that my data (though in 2D form) is not 2D and therefore is invalid input? Cheers, Josh Lawrence Ph.D. Student Clemson University On Apr 16, 2009, at 2:53 PM, Jeff Whitaker wrote: > Josh Lawrence wrote: >> Greetings all, >> >

Re: [Matplotlib-users] Pixel Position of X/Y Axis

2009-04-16 Thread Mark Larsen
> I am not sure what you are asking -- could you elaborate? Sorry. I use matplotlib to create PNGs graphics for display on a web-page. I want to make the plots zoom-able. I'll use javascript to capture the pixel positions of the user's selected zoom region on the PNG plot. I'll then translate

Re: [Matplotlib-users] Griddata

2009-04-16 Thread Jeff Whitaker
Josh Lawrence wrote: > Greetings all, > > In using the function griddata in mlab.py, I think I have found a bug. > The following line in mlab.py errors for me. > I supply it an xi and yi that have shape (N,1). I have surface data, > but I only care about the variation in one direction. In mlab,

Re: [Matplotlib-users] Pixel Position of X/Y Axis

2009-04-16 Thread John Hunter
On Thu, Apr 16, 2009 at 1:10 PM, Mark Larsen wrote: > MPL Users, > > How can I get the matched max and min pixel/coordinate positions of my > x and y axises? I am not sure what you are asking -- could you elaborate? JDH -

[Matplotlib-users] Griddata

2009-04-16 Thread Josh Lawrence
Greetings all, In using the function griddata in mlab.py, I think I have found a bug. The following line in mlab.py errors for me. I supply it an xi and yi that have shape (N,1). I have surface data, but I only care about the variation in one direction. In mlab, when it gets to this line (29

[Matplotlib-users] Pixel Position of X/Y Axis

2009-04-16 Thread Mark Larsen
MPL Users, How can I get the matched max and min pixel/coordinate positions of my x and y axises? Thanks, LarsenMTL -- Stay on top of everything new and different, both inside and around Java (TM) technology - register

[Matplotlib-users] Errorbar function should only plot datapoints by default.

2009-04-16 Thread Pim Schellart
Dear matplotlib users/developers, I recently noticed that the errorbar funciton in the pyplot module changed it's default setting to fmt="-". This is a bit strange since this function is primarily used to display individual data points with measurement errors, drawing a line connecting the