Re: Re: Give a list of options in Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg84653] Re: [mg84633] Re: Give a list of options in Mathematica 6
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Tue, 8 Jan 2008 01:32:53 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <flslng$ps9$1@smc.vnet.net> <200801071131.GAA04470@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Did you actually try that? It doesn't work (at least for me)?
Fabian wrote:
> 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
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Re: Give a list of options in Mathematica 6
- From: Fabian <NOSPAM_fahasch@yahoo.de>
- Re: Give a list of options in Mathematica 6