Re: thickness and fonts of axes & labels
- To: mathgroup at smc.vnet.net
- Subject: [mg30692] Re: thickness and fonts of axes & labels
- From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
- Date: Sat, 8 Sep 2001 02:22:40 -0400 (EDT)
- Organization: Defence Evaluation & Research Agency
- References: <9n18aq$265$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> Is it possible to change the thickness of 2-D and 3-D axes? And is it
> also possible to set some font options for them (changing the family,
> the size and the weight of the fonts of the axes)? Obviously this must
> be done with some global settings, because no command (for example
> FontWeight -> "Bold") seems to be compatible with the build-in
> functions.
Here is an example of the sort of thing you might want to do:
Plot[Sin[x], {x, 0, 2\[Pi]}, AxesStyle -> Thickness[0.01],
DefaultFont -> "Times-Italic"];
--
Stephen P Luttrell
QinetiQ, Malvern, U.K.