cnh5730@calvin.tamu.edu (Chuck Herrick) (11/21/90)
Is there a way to store sets of Mathematica options in such a way that the set-ups could be loaded during a Mathematica session and saved from session to session? As an example: SetOptions[Plot3D,Boxed -> False] SetOptions[Plot3D,AxesLabel -> {"x","y","f(x,y)"}] . . . SetOptions[ContourPlot,ContourLevels -> 40] etc, etc. One would like to have a number of these saved and be able to load them at will.