Re: ListPlot replacing MultipleListPlot in version 6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg78876] Re: [mg78796] ListPlot replacing MultipleListPlot in version 6.0
- From: "Thomas Dowling" <thomasgdowling at gmail.com>
- Date: Thu, 12 Jul 2007 05:07:47 -0400 (EDT)
- References: <200707101022.GAA26742@smc.vnet.net>
Hello,
I think there is a slight syntax problem. {data1, data2} need to be a list.
ListPlot[{data1, data2},
PlotMarkers -> {{\[EmptySquare], 10}, {\[FilledSquare], 10}}]
All and more explained by Carl Woll in
*[mg78670] Problems with Filled Symbols and PlotMarkers*
Thomas
On 7/10/07, H Hogreve <hogreve at ifisr.org> 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, 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
>
>
>
- References:
- ListPlot replacing MultipleListPlot in version 6.0
- From: "H Hogreve" <hogreve@ifisr.org>
- ListPlot replacing MultipleListPlot in version 6.0