 
 
 
 
 
 
Break a List into Individual Elements?
- To: mathgroup at smc.vnet.net
- Subject: [mg5176] Break a List into Individual Elements?
- From: siegman at ee.stanford.edu (AES)
- Date: Wed, 6 Nov 1996 01:35:25 -0500
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
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?

