MathGroup Archive 2007

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

Search the Archive

Re: Global Variables in Options?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80640] Re: Global Variables in Options?
  • From: Albert <awnl at arcor.net>
  • Date: Tue, 28 Aug 2007 02:03:15 -0400 (EDT)
  • References: <far97o$41j$1@smc.vnet.net>

Hi,

> Can Options contain global variables?  (in 5.2)
> 
> For example, can I do
> 
>       SetOptions[Plot, TextStyle->{FontSize->myFontSize}];
> 
>       (* with no numerical value yet assigned to myFontSize *)

It can be done, why not just try out? You just could get error messages 
if you don't set the global variable to a valid value for the 
corresponding option...

albert


  • Prev by Date: Re: Plot "not working"
  • Next by Date: Re: ListSurfacePlot3D in Mathematica Version 6
  • Previous by thread: Re: Re: Questions on AstronomicalData
  • Next by thread: Re: Global Variables in Options?