Re: List question
- To: mathgroup at smc.vnet.net
- Subject: [mg21123] Re: List question
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Fri, 17 Dec 1999 01:21:22 -0500 (EST)
- References: <831jdg$dhg@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Bill" <bcash at javanet.com> wrote in message news:831jdg$dhg at smc.vnet.net... > Hello, > > I am making a list of lists to be used by MultipleListPlot. How do I > remove the outer brackets when I give it to the function? > > > Thanks > Bill > Bill, <<Graphics`MultipleListPlot` lists={ Table[{x, Sin[2 Pi x]}, {x, 0, 1, 0.1}], Table[{x, Cos[2 Pi x]}, {x, 0, 1, 0.1}]}; MultipleListPlot @@ lists This is short for Apply[MultipleListPlot, lists] Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565