MathGroup Archive 2008

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

Search the Archive

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


  • Prev by Date: double clicking on a nb file starts a new instance of v 6.01
  • Next by Date: Re: Give a list of options in Mathematica 6
  • Previous by thread: Give a list of options in Mathematica 6
  • Next by thread: Re: Re: Give a list of options in Mathematica 6