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:
The new ListPlot option Joined replaces the PlotJoined option to MultipleListPlot:
SymbolShape- Stem is replaced by the Filling option to ListPlot:
Other uses of SymbolShape are replaced by the PlotMarkers option to ListPlot:
SymbolLabel->{{labels1},...{labelsn}} can be reproduced by mapping the function Tooltip across the lists:
Tiny, Small, Medium, and Large can be used to specify Dashing lengths:
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.