MATHEMATICA COMPATIBILITY INFORMATION
Upgrading from:
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:
| Out[9]= |  |
LogPlot and ListLogPlot have the same functionality as
and
:
| Out[10]= |  |
ListLogPlot, ListLogLinearPlot, and ListLogLogPlot have the same functionality as
,
, and
:
| Out[12]= |  |
PolarPlot is now part of the built-in Mathematica kernel:
| Out[2]= |  |
ListPolarPlot has the same functionality as
:
| Out[2]= |  |
Show can be used in place of
since graphics are no longer displayed as side effects:
| Out[2]= |  |
GraphicsGrid can be used in place of
since graphics are no longer displayed as side effects:
| Out[2]= |  |
Generate a list plot with text markers:
| Out[2]= |  |
Generate a labeled list plot:
| Out[2]= |  |
Combine a plot and a list plot:
| Out[2]= |  |
Display a plot with coordinates scaled by given functions:
| Out[2]= |  |
Display a list plot with coordinates scaled by given functions:
| Out[2]= |  |
The functionality of
and
is now available in the built-in Mathematica kernel function GeometricTransformation:
| Out[2]= |  |
Histogram is now a built-in Mathematica function:
| Out[2]= |  |
BarChart is now a built-in Mathematica function:
| Out[2]= |  |
The functionality of
is now available in BarChart:
| Out[4]= |  |
The functionality of
is now available using ChartLayout in BarChart:
| Out[6]= |  |
can be replaced by the following definition:
| Out[8]= |  |
PieChart is now a built-in Mathematica function:
| Out[2]= |  |
ErrorBar Plotting Package
from
is now found in the ErrorBar Plotting Package.
Load
to use ErrorListPlot functionality:
| Out[3]= |  |
The original package is now available on the web at library.wolfram.com/infocenter/MathSource/6808.