MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
> 


  • Prev by Date: Re: Null Return for a Module
  • Next by Date: Re: Null Return for a Module
  • Previous by thread: graphic text style setting
  • Next by thread: FullForm OK but StandardForm fails