In the legend command, the location keyword accepts a tuple giving x, y in
axes coords, so I guess it will also work similarly with the figlegend
command (which I assume you are using). Also you could try using legend
(instead of figlegend) with coords out of the [0,1] range. See:

http://matplotlib.sourceforge.net/matplotlib.pylab.html#-figlegend
and
http://matplotlib.sourceforge.net/matplotlib.pylab.html#-legend

Armando.

On 7/21/07, Anthony <[EMAIL PROTECTED]> wrote:

So I've figured out how to move the graph data out from underneath my
legend using draw() methods and calculating where the axis should be
but now I'd also like the top of the legend to be at the same height
as the top of the axis.  How do I go about moving the legend once I've
created it?

This is a legend that is created on the figure, obviously. :)

Thanks,

Anthony

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to