Re: Q: global options for styleform
- To: mathgroup at smc.vnet.net
- Subject: [mg27995] Re: Q: global options for styleform
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 28 Mar 2001 02:40:23 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <99pchg$lb7@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, SetOptions[#, TextStyle -> {FontSize -> 15}] & /@ {Plot,ListPlot,ParametricPlot} Regards Jens Robert Schuerhuber wrote: > > hi, again a simple question, but i can't find a clue in the > mathematica-book: > > the text in all my plots is very small, so i'd like to change its size > using StyleForm["text", FontSize->15]. how can i set this options > globally, SetOptions[StyleForm, FontSize -> 15] doesn't work? > > regards, robert