Re: MultipleListPlot Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg15344] Re: MultipleListPlot Problem
- From: buttgereit at netcologne.de (Peter Buttgereit)
- Date: Fri, 8 Jan 1999 04:15:30 -0500
- Organization: Dipl.-Sportl. Peter Buttgereit
- References: <76fhnm$k@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <76fhnm$k at smc.vnet.net>, Sven.Stauss at epfl.ch says...
> Hello,
>
> I don't know if my problem is a trivial one or not: I want to plot
> different sets of data, which are of the form data={datalist1,
> datalist2, datalist3, ...}, but it cannot be used by MultipleListPlot
> in this way. How can I transform this list so that it can be used
> directly in MultipleListPlot (and without having to extract the
> different sublists manually, i.e. by writing
> MultipleListPlot[data[[1]], data[[2]], data[[3]], ...]?
>
> Thanks in advance,
>
> Sven.
>
>
>
How about
ListPlot@@yourList
?
Greetings,
Peter