Graphics`Graphics`
LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel.
PolarPlot and ListPolarPlot have been added to the built-in Mathematica kernel.
GraphicsGrid has been added to the built-in Mathematica kernel.
BarChart and related functions have been added to the built-in Mathematica kernel.
PieChart has been added to the built-in Mathematica kernel.
Histogram has been added to the built-in Mathematica kernel.
ErrorListPlot is available in the newly created ErrorBar Plotting Package.
New system functions
LogPlot, LogLinearPlot, and LogLogPlot are part of the built-in Mathematica kernel:
LogPlot and ListLogPlot have the same functionality as LinearLogPlot and LinearLogListPlot:
ListLogPlot, ListLogLinearPlot, and ListLogLogPlot have the same functionality as LogListPlot, LogLinearListPlot, and LogLogListPlot:
PolarPlot is now part of the built-in Mathematica kernel:
ListPolarPlot has the same functionality as PolarListPlot:
Show can be used in place of DisplayTogether since graphics are no longer displayed as side effects:
GraphicsGrid can be used in place of DisplayTogetherArray since graphics are no longer displayed as side effects:
Generate a list plot with text markers:
Combine a plot and a list plot:
Display a plot with coordinates scaled by given functions:
Display a list plot with coordinates scaled by given functions:
The functionality of SkewGraphics and TransformGraphics is now available in the built-in Mathematica kernel function GeometricTransformation:
Histogram is now a built-in Mathematica function:
BarChart is now a built-in Mathematica function:
The functionality of PercentileBarChart is now available in BarChart:
The functionality of StackedBarChart is now available using ChartLayout in BarChart:
GeneralizedBarChart can be replaced by the following definition:
PieChart is now a built-in Mathematica function:
ErrorListPlot from Graphics`Graphics` is now found in the ErrorBar Plotting Package.
Load ErrorBarPlots` to use ErrorListPlot functionality:
The original package is now available on the web at library.wolfram.com/infocenter/MathSource/6808.