On 18-Jun-08, at 3:17 PM, John Hunter wrote:

> If you are using subplots, you can move them over using
>
>   fig = figure()
>   fig.subplots_adjust(left=0.2)

Works like a charm! Thanks.

One more related thing: is there any way to retrieve the size of a  
textbox in figure coordinates, something like
ax.get_ymajorticklabels[0].get_width()?

Also, I'm kind of wondering why things like set_text() on that  
doesn't work. In general I haven't had much success with editing the  
properties of objects like this.

David

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to