>>>>> "Christian" == Christian Meesters <[EMAIL PROTECTED]> writes:

    Christian> Hi, As far I understand this a plot is per default
    Christian> covering the more or less whole space. Now, is it
    Christian> possible to position a legend outside of a plot,
    Christian> e.g. on the right of the plot. "legend" offers to
    Christian> supply the loc-argument with a tuple to do that, but
    Christian> that doesn't create more space and hence most legends
    Christian> will appear truncated. The only solution I came up with
    Christian> is to limit the plotting area (using "axes") and to
    Christian> position the legend manually. Is there an alternative?

You have to do the layout yourself -- you can also use the
"subplots_adjust" to set the bottom, top, left, right, etc of the axes
which may be easier than using "axes" itself.

We could add some auto-layout capability as we do for the colorbar...

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to