create reusable graph style?
- To: mathgroup at smc.vnet.net
- Subject: [mg117641] create reusable graph style?
- From: Alan <alan.isaac at gmail.com>
- Date: Tue, 29 Mar 2011 06:52:03 -0500 (EST)
I'd like to do something like
options = {PlotRange -> {{0, 10}, {0, 1}}, ImageSize -> 200}
and then reuse this "style" in several subsequent plots.
How can I do such a thing? (I do not want to reset the global Plot
defaults.)
Thanks,
Alan Isaac