Upright \[Micro] in AxesLabel
- To: mathgroup at smc.vnet.net
- Subject: [mg107349] Upright \[Micro] in AxesLabel
- From: Ulf-Dietrich Braumann <braumann at uni-leipzig.de>
- Date: Wed, 10 Feb 2010 03:35:34 -0500 (EST)
- Reply-to: braumann at uni-leipzig.de
Hello, how can I get an upright \[Micro] within AxesLabel?
E.g.
Plot[x^2,{x,0,9},AxesLabel->{"Time [d]","Height [\[Micro]m]"},LabelStyle->{FontSize->20,FontSlant->Plain}]
should demonstrate the problem. Just \[Micro] remains slanted.
However, turning on bold typeface (this is not what I need)
Plot[x^2,{x,0,9},AxesLabel->{"Time [d]","Height [\[Micro]m]"},LabelStyle->{FontSize->20,FontSlant->Plain,FontWeight->Bold}]
the \[Micro] appears upright
Any idea how to obtain this for Fontweight->Plain ?
Regards - Ulf-Dietrich
- Follow-Ups:
- Re: Re: Upright \[Micro] in AxesLabel
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Upright \[Micro] in AxesLabel
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Upright \[Micro] in AxesLabel
- From: Tomas Garza <tgarza10@msn.com>
- Re: Re: Upright \[Micro] in AxesLabel