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 Layton 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 "./mult

Re: [Matplotlib-users] Legend outside plot?

2011-02-11 Thread Jae-Joon Lee
On Fri, Feb 11, 2011 at 8:38 AM, Jeff Layton 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 >     ax.legend( (p1[0

Re: [Matplotlib-users] Legend outside plot?

2011-02-10 Thread Paul Anton Letnes
Matplotlib is great! I created all my figures in this paper [0] using matplotlib. I am impressed with the quality you get. I attach the plotting script for fig. 9, which does exactly what you want, I believe. There is a lot of other junk in there, so look for the "legend" function, it all happen

Re: [Matplotlib-users] Legend outside plot?

2011-02-10 Thread Gökhan Sever
Hi, I would simply try to attach the legend to the figure object instead of the axis. On Thu, Feb 10, 2011 at 4:20 PM, Jeff Layton wrote: > Good evening, > > I've been trying to find a way to move the legend outside > the plot so it doesn't cover it up. I've seen some things > online but I can

Re: [Matplotlib-users] Legend outside plot?

2011-02-10 Thread Jeff Layton
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 ax.legend( (p1[0], p2[0]), ('IO Time', 'Total Elapsed Time'), bbox_to_anchor

Re: [Matplotlib-users] Legend outside plot

2006-08-18 Thread Stephen Walton
I too would like a simple "Reply" to go to the list.  I had to use Gmail's "Reply to all" feature to put this on the list. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [Matplotlib-users] Legend outside plot

2006-08-18 Thread Christopher Barker
Stefan van der Walt wrote: > I don't think mailing lists should change the reply-to: > > http://www.unicom.com/pw/reply-to-harmful.html The principles in that article are sound, but the conclusions simply don't match my experience. I'm on a half a dozen or so lists. Some re-set the reply-to hea

Re: [Matplotlib-users] Legend outside plot

2006-08-18 Thread Brendan Barnwell
Stefan van der Walt wrote: > On Thu, Aug 17, 2006 at 09:48:58PM -0700, Brendan Barnwell wrote: >> [I accidentally sent this message privately to the sender before. . . why >> doesn't this list set the Reply-To header to the list?] > > I don't think mailing lists should change the reply-to: > > h

Re: [Matplotlib-users] Legend outside plot

2006-08-18 Thread Stefan van der Walt
On Thu, Aug 17, 2006 at 09:48:58PM -0700, Brendan Barnwell wrote: > [I accidentally sent this message privately to the sender before. . . why > doesn't this list set the Reply-To header to the list?] I don't think mailing lists should change the reply-to: http://www.unicom.com/pw/reply-to-harmfu

Re: [Matplotlib-users] Legend outside plot

2006-08-17 Thread Brendan Barnwell
[I accidentally sent this message privately to the sender before. . . why doesn't this list set the Reply-To header to the list?] Darren Dale wrote: >> On Wednesday 16 August 2006 02:26, Brendan Barnwell wrote: > Hi, I'm trying to get matplotlib to give me a plot where the legend is

Re: [Matplotlib-users] Legend outside plot

2006-08-16 Thread Darren Dale
On Wednesday 16 August 2006 02:26, Brendan Barnwell wrote: > Hi, I'm trying to get matplotlib to give me a plot where the legend is > outside the axes. > > I saw several posts about this in the mailing list archives, but none of > them really seem to provide workable solutions. Try p