Graphics`MultipleListPlot`
MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data.
Dashing[{Dot,Dash,LongDash}] is replaced with Dashing[{Tiny,Small,Medium,Large}].
A new Error Bar Plots Package has been created.
ListPlot now works with multiple sets of data:
![MultipleListPlot[Range[5], Range[5]^2]](Files/MultipleListPlot.en/legacy_1.gif)
The new ListPlot option Joined replaces the PlotJoined option to MultipleListPlot:
![MultipleListPlot[Range[5], Range[5]^2, PlotJoined -> {True, False}]](Files/MultipleListPlot.en/legacy_2.gif)
SymbolShape- Stem is replaced by the Filling option to ListPlot:
![MultipleListPlot[Range[5], SymbolShape -> Stem]](Files/MultipleListPlot.en/legacy_3.gif)
Other uses of SymbolShape are replaced by the PlotMarkers option to ListPlot:
![MultipleListPlot[Range[5],
SymbolShape -> {PlotSymbol[Triangle], PlotSymbol[Box]}]](Files/MultipleListPlot.en/legacy_4.gif)
SymbolLabel->{{labels1},...{labelsn}} can be reproduced by mapping the function Tooltip across the lists:
![MultipleListPlot[Range[4], Range[4] + \[Pi],
SymbolLabel -> {Range[4], Range[4] + \[Pi]}]](Files/MultipleListPlot.en/legacy_5.gif)
Tiny, Small, Medium, and Large can be used to specify Dashing lengths:
![Graphics[{Dashing[{Dot, Dash, LongDash, Dash}], Line[{{0, 0}, {1, 1}}]}]](Files/MultipleListPlot.en/legacy_6.gif)
ErrorBar and related styling options are now found in the Error Bar-Plots Package:
RegularPolygon can be replaced by the following simple definition:
MakeSymbol was available in previous versions of Mathematica and is now available on the web at library.wolfram.com/infocenter/MathSource/6819.