Re: [Matplotlib-users] Legend outside plot?

2011-02-11 Thread Jae-Joon Lee
On Fri, Feb 11, 2011 at 8:38 AM, Jeff Layton layto...@att.net wrote:  I hate to be the first one to comment on this post but I forgot to give the error message and version of matplotlib. The error is, Traceback (most recent call last):   File ./multi_file_test_2.py, line 460, in module    

Re: [Matplotlib-users] Legend outside plot?

2011-02-11 Thread Jeff Layton
On 02/11/2011 03:48 AM, Jae-Joon Lee wrote: On Fri, Feb 11, 2011 at 8:38 AM, Jeff Laytonlayto...@att.net wrote: I hate to be the first one to comment on this post but I forgot to give the error message and version of matplotlib. The error is, Traceback (most recent call last): File

Re: [Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-11 Thread Matthew Turk
Hi Ben, On Thu, Feb 10, 2011 at 5:27 PM, Benjamin Root ben.r...@ou.edu wrote: On Thu, Feb 10, 2011 at 4:13 PM, Matthew Turk matthewt...@gmail.com wrote: Hi Ben, On Thu, Feb 10, 2011 at 5:06 PM, Benjamin Root ben.r...@ou.edu wrote: On Thu, Feb 10, 2011 at 1:38 PM, Matthew Turk

Re: [Matplotlib-users] a function to prevent overdraw of minor ticks/gridlines

2011-02-11 Thread Daniel Hyams
This is a slightly updated version of the script that uses subplots instead of making you pop two windows, which doesn't seem to work like I wanted it to on all systems. None of the code that does the locating has changed; only the demonstration part. -- Daniel Hyams dhy...@gmail.com

[Matplotlib-users] Any update on streamline plot

2011-02-11 Thread Gökhan Sever
Hi, I see two related requests on: http://old.nabble.com/matplotlib-to-draw-streamlines--td28008708.html http://www.mail-archive.com/matplotlib-devel@lists.sourceforge.net/msg07267.html a request filed on http://sourceforge.net/tracker/index.php?func=detailaid=3080981group_id=80706atid=560723

Re: [Matplotlib-users] Any update on streamline plot

2011-02-11 Thread Jeff Whitaker
On 2/11/11 9:10 AM, Gökhan Sever wrote: Hi, I see two related requests on: http://old.nabble.com/matplotlib-to-draw-streamlines--td28008708.html http://www.mail-archive.com/matplotlib-devel@lists.sourceforge.net/msg07267.html a request filed on

Re: [Matplotlib-users] onpick on a 2 y plot ( via twinx() ) seems to only allow picking of second axes's artists

2011-02-11 Thread C M
On Thu, Jan 20, 2011 at 4:44 AM, Stephan Markus zw...@web.de wrote: Hello! I am also using two axes in a plot and want to be able to pick the lines of both axes. So far I used MPL 0.99.3 and a button on my interface to change the z-order of the axes in order to be able to pick lines of the

Re: [Matplotlib-users] Best way to set scales bounds to appropriate values

2011-02-11 Thread neurino
Thank you very much, that can help for sure! Unluckily matplotlib documentation is rather a jungle, just the lack of a methods/properties index for each class makes very hard to find what one's looking for. Thanks again. Greetings neurino 2011/2/9 Benjamin Root ben.r...@ou.edu On Wed, Feb 9,

Re: [Matplotlib-users] Any update on streamline plot

2011-02-11 Thread Jeff Whitaker
On 2/11/11 9:45 AM, Jeff Whitaker wrote: On 2/11/11 9:10 AM, Gökhan Sever wrote: Hi, I see two related requests on: http://old.nabble.com/matplotlib-to-draw-streamlines--td28008708.html http://www.mail-archive.com/matplotlib-devel@lists.sourceforge.net/msg07267.html a request filed on

Re: [Matplotlib-users] Any update on streamline plot

2011-02-11 Thread Ray Speth
Hi, I wrote a script to generate streamline plots using matplotlib a while ago, and this post inspired me to finally clean it up a bit. The code is available at http://web.mit.edu/speth/Public/streamlines.py and you can see an example of its output at