MathGroup Archive 2000

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

Search the Archive

Re: ListPlot with missing values

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22495] Re: ListPlot with missing values
  • From: bernd at bio.vu.nl (Bernd Brandt)
  • Date: Sun, 5 Mar 2000 00:24:31 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Roy,

A possibility is to split your data into more datasets, and then plot
all datasets in one plot with MultipleListPlot.
I am not sure yet how to split one data set into many and then plotting
them automatically.

MultipleListPlot[list1, list2, list3, PlotJoined -> True, PlotStyle ->
Dashing[Line]]

In the Dashing[Line] Line is not an option, but it will plot all lists
with lines.


Regards,
Bernd 


  • Prev by Date: Re: Teapot equations
  • Next by Date: importing LaTeX
  • Previous by thread: Re: ListPlot with missing values
  • Next by thread: Re: Re: ListPlot with missing values