MathGroup Archive 2007

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

Search the Archive

Re: ListPlot replacing MultipleListPlot in version 6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78869] Re: ListPlot replacing MultipleListPlot in version 6.0
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Wed, 11 Jul 2007 06:19:22 -0400 (EDT)

On 7/10/07 at 6:22 AM, hogreve at ifisr.org (H Hogreve) wrote:

>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,

Right. But using proper syntax, i.e.,

ListPlot[{data1,data2}]

works fine in version 6
--
To reply via email subtract one hundred and four


  • Prev by Date: The Wolfram Blog Blogged: Analog Clock
  • Next by Date: Re: Log Error
  • Previous by thread: Re: ListPlot replacing MultipleListPlot in version 6.0
  • Next by thread: Re: ListPlot replacing MultipleListPlot in version 6.0