Re: create reusable graph style?
- To: mathgroup at smc.vnet.net
- Subject: [mg117722] Re: create reusable graph style?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 30 Mar 2011 04:13:51 -0500 (EST)
Use Evaluate
Plot[f[x], {x, 0, 10}, Evaluate[options]]
Bob Hanlon
---- Alan <alan.isaac at gmail.com> wrote:
=============
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