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 passing the loc kwarg to legend(). Like legend([...], loc=(1.01, 0.25))

>         Or, alternatively, is there some easier way to get legends to NEVER
> overlap lines?

try legend([...], loc='best')

Darren

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to