Re: Give a list of options in Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg84633] Re: Give a list of options in Mathematica 6
- From: Fabian <NOSPAM_fahasch at yahoo.de>
- Date: Mon, 7 Jan 2008 06:31:49 -0500 (EST)
- References: <flslng$ps9$1@smc.vnet.net>
- Reply-to: Fabian <NOSPAM_fahasch at yahoo.de>
On Mon, 7 Jan 2008 07:52:16 +0000 (UTC), Giacomo Ciani <jackspam79 at gmail.com> wrote: > Noe I'm unable to replicate this in mathematica 6. Cut and paste of a > sample notebook: > > In[65]:= opts = {PlotRange -> {0, 1}, AxesOrigin -> {0, 0.5}} > > Out[65]= {PlotRange -> {0, 1}, AxesOrigin -> {0, 0.5}} > > In[66]:= Plot[x, {x, 0, 1}, opts] Try, Plot[x, {x, 0, 1}, Evaluate[opts]]. Plot leaves the arguments unevaluated. Fabian
- Follow-Ups:
- Re: Re: Give a list of options in Mathematica 6
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Give a list of options in Mathematica 6