[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 Postdoctoral

[Matplotlib-users] issues with interacting with a plot

2007-06-11 Thread Trevis Crane
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 W. Green St. Urbana, IL

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

2007-06-11 Thread Trevis Crane
Hi Trevis, snip 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 my click events are no longer recognized

[Matplotlib-users] interacting with data plot

2007-06-08 Thread Trevis Crane
)') 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 Trevis Crane Postdoctoral Research Assoc. Department

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: Re: [Matplotlib-users

[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

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] updating an existing plot

2007-05-29 Thread Trevis Crane
. 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 of Ilinois