MathGroup Archive 1996

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

Search the Archive

Re: Re: Break a List into Individual Elements?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5260] Re: [mg5199] Re: [mg5176] Break a List into Individual Elements?
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Fri, 15 Nov 1996 03:34:07 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

I received only part of this posting: in case the sme happened to  
others here is a second try.

siegman at ee.stanford.edu (AES)
>Subject: [mg5176] Break a List into Individual Elements?
writes

>I want to write
>   myPlotOptions = {Option1->value1,Option2->,value2,...}
>
>   SetOptions[Plot, myPlotOptions]
>
>   SetOptions[LogPlot, myPlot Options]
>
>but SetOptions[] doesn't want to accept a list as the second
>argument.  How can I accomplish this?

Two work arounds are


and

myPlotOptionsSequence = 	
Allan Hayes
hay at haystack.demon.co.uk
http://www.haystack.demon.co.uk	



  • Prev by Date: Inverse of Error Function
  • Next by Date: Re: Speed of dot product in Mathematica
  • Previous by thread: Re: Break a List into Individual Elements?
  • Next by thread: Re: Break a List into Individual Elements?