MathGroup Archive 2011

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

Search the Archive

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




  • Prev by Date: LaguerreL[n,a,x] with negative n?
  • Next by Date: Series holding the final sum
  • Previous by thread: create reusable graph style?
  • Next by thread: LUDecomposition