Re: graphic text style setting
- To: mathgroup at smc.vnet.net
- Subject: [mg88694] Re: graphic text style setting
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 13 May 2008 07:08:07 -0400 (EDT)
- References: <g096qt$nag$1@smc.vnet.net>
Hi, BaseStyle ma help: Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, FrameLabel -> {x, Sin[x]}, PlotLabel -> "A Label", BaseStyle -> {Large, FontFamily -> "Times", Italic}] Regards Jens Joerg Schaber wrote: > Hi, > > before v6 I set the text style for all the graphics and plots in a > notebook with one command at the beginning of the notebook, e.g. > $TextStyle[{FontFamily -> "Arial", FontSize -> 16}]; > > In v6, that does not work anymore. How can I do such a thing in v6? > > thanks, > > joerg >