On Tue, Dec 21, 2010 at 4:28 PM, John Smith <
john.sm...@blueback-reservoir.com> wrote:

> Hi all,
>
> MATLAB has a setting for text called fontunits. Basically if I understand
> it correctly it sets the size of the font relative to the size of the axis
> so that as the graph changes size so does the font. Is there something
> equivalent in Matplotlib?
>
>
>
> John C. Smith
>


Relative to the axis size, not that I am aware of (although you might find
something in mplsizer in mpl_toolkits).  You can specify font sizes through
the size parameter:

http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.text.Text.set_size

But I think that is it.

Ben Root
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to