Re: Headless set of elements?
- To: mathgroup at smc.vnet.net
- Subject: [mg32570] Re: Headless set of elements?
- From: lalu_bhatt at yahoo.com (Bhuvanesh)
- Date: Sun, 27 Jan 2002 03:29:01 -0500 (EST)
- References: <a2ttev$eba$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"JT Shen" <jushen1 at hotmail.com> wrote: > Hi, I'd like to ask for help on the function of MultipleListPlot. > > I am trying to use MultipleListPlot, and my dataset looks like > > {list1, list2, list3, list4, ..., listn}, where the number of lists can > vary. However, the syntax of MultipleListPlot is as > MultipleListPlot[list1, list2, list3, ..., listn]. In this case, what would > be the most efficient way to achieve this (instead of cut and past each list > by hand)? Why not use something like: Apply[MultipleListPlot, data]; I'm sure someone here can provide a better solution, but this one should work. -- Bhuvanesh Disclaimer: All opinions expressed herein are those of the author.