Re: AxesLabel touches the y-Axis
- To: mathgroup at smc.vnet.net
- Subject: [mg19837] Re: AxesLabel touches the y-Axis
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 19 Sep 1999 01:20:24 -0400
- Organization: Universitaet Leipzig
- References: <7rsgd0$3er@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Hans,
$DefaultFont->{"Math1Mono", 13} is nonsense.
Math1Mono is a symbol font and has not the glyphs
of a normal isolatin font. You may use TextStyle-> {FontSize->13}
because Mathematica uses by default the mono spaced fonts
to label the graphs.
BTW it is mucht better to use the Screen/PrintStyle environment
"Presentation" to enlarge your document than to enlage the labels
by hand.
Hope that helps
Jens
Hans Steffani wrote:
>
> I am preparing slides and therefore I use
>
> $DefaultFont={"Math1Mono", 13};
>
> I am also using an index in my y-label. Now the label touches
> the y-axis. How can this be avoided?
>
> I am still using
> "Linux 3.0 (April 25, 1997)"
>
> Hans Friedrich Steffani