MathGroup Archive 1999

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

Search the Archive

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


  • Prev by Date: Two Dimensional Interpolating Function
  • Next by Date: Plotting cube root (was: Why is this so?)
  • Previous by thread: Re: Two Dimensional Interpolating Function
  • Next by thread: Plotting cube root (was: Why is this so?)