MathGroup Archive 2007

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

Search the Archive

ListPlot replacing MultipleListPlot in version 6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78796] ListPlot replacing MultipleListPlot in version 6.0
  • From: "H Hogreve" <hogreve at ifisr.org>
  • Date: Tue, 10 Jul 2007 06:22:28 -0400 (EDT)

While MultipleListPlot has become obsolete in Mathematica 6.0,
unfortunately the enhanced ListPlot function does not provide
all the capabilities of MultipleListPlot. 
E.g., ploting the data sets 
  data1 = { {0, 1}, {1, 1.4}, {1.5, 2}, {1.9, 2.3}}
  data2 = { {0.2, 1}, {1.2, 1.4}, {1.4, 2}, {1.8, 2.3}}
by the command
   ListPlot[data1,data2]
does not work, whereas this was possible with MultipleListPlot.
Is there an easy way to represent both data sets in the same
plot in Mathematica 6.0  ?

Many thanks in advance,
H. Hogreve



  • Prev by Date: Re: Working with factors of triangular numbers.
  • Next by Date: Re: how to simplify n write in mathtype
  • Previous by thread: M^2 (definite integral)
  • Next by thread: Re: ListPlot replacing MultipleListPlot in version 6.0