Re: [Matplotlib-users] issues with interacting with a plot

2007-06-11 Thread Trevis Crane
> > Hi Trevis, > > > > On 12/06/07, Trevis Crane <[EMAIL PROTECTED]> wrote: > > So, I figured maybe if I zoomed in then it'd be easier to select the desired > > point. The problem is that after zooming/panning, the mouse cursor changes > > and m

[Matplotlib-users] issues with interacting with a plot

2007-06-11 Thread Trevis Crane
ay to make the mouse cursor return to its normal state and allow me to continue clicking events. Is there something I'm missing? thanks, trevis ____ Trevis Crane Postdoctoral Research Assoc. Department of Physics University of Ilinois 1110

Re: [Matplotlib-users] out of curiosity...

2007-06-11 Thread Trevis Crane
> -Original Message- > From: John Hunter [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 9:08 AM > To: Trevis Crane > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] out of curiosity... > > On 6/11/07, Trevis Crane &

[Matplotlib-users] out of curiosity...

2007-06-11 Thread Trevis Crane
methods to take care of plotting needs. I'm now taking this approach as well, but I honestly don't know why I should (or if I should). Will someone explain to me why one approach is better or worse? thanks, trevis ____ Trevis Crane Po

[Matplotlib-users] renderer for use with LineCollection object

2007-06-08 Thread Trevis Crane
Hi all, I'm trying to use a LineCollection object to speed up the drawing of a bunch of line segments. I've coded it all up, but when I call the draw method, it expects me to pass it a renderer. I assume this is another object instance of some sort, but I haven't found the appropriate documen

Re: [Matplotlib-users] interacting with data plot

2007-06-08 Thread Trevis Crane
Thanks! I'll have to play with this a bit to see if it works for what I want to do. > -Original Message- > From: John Hunter [mailto:[EMAIL PROTECTED] > Sent: Friday, June 08, 2007 12:41 PM > To: Trevis Crane > Cc: matplotlib-users@lists.sourceforge.net > Subject

[Matplotlib-users] interacting with data plot

2007-06-08 Thread Trevis Crane
cell') ax1.set_ylabel('Array Energy (Ej)') fig.canvas.mpl_connect('pick_event', onpick2) show() The problem I'm having is that I can't seem to pass extra arguments to either state_picker or onpick2. Can I? thanks for your help, trevis

Re: [Matplotlib-users] log scale

2007-05-31 Thread Trevis Crane
Take a look at the semilogx and semilogy functions: http://matplotlib.sourceforge.net/matplotlib.pylab.html#-semilogx trevis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Navid Parvini Sent: Thursday, May 31, 2007 6:40 AM To: matplotlib-users@

[Matplotlib-users] updating an existing plot

2007-05-29 Thread Trevis Crane
grid. This slows things down a lot, and I'm wondering if anyone knows of a way to update the contour plot without replotting the grid. thanks, trevis ____ Trevis Crane Postdoctoral Research Assoc. Department of Physics University

[Matplotlib-users] noob questions

2007-05-23 Thread Trevis Crane
ayed? I have a plot whose x-axis runs from 0 to 8.5e-5. But the tick mark labels are 0,0.1,0.2,0.3... This is rather unsightly, but I haven't found a way to specify the format of these numbers. thanks for any help, trevis ____