Hi Anthony,
 
> 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?

myLegend._loc=(x,y)
myFigure.draw()

There doesn't seem to be a .moveLegend() or equivalent method, so I
always update the semi-private ._loc and on redraw.  After the draw, the
legend appears where you want it (in 0..1 figure coords, not data
coords).

HTH,
Anthony.


-------------------------------------------------------------------------
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