LogPlot,
ListLogPlot and related functions 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.
| Out[9]= |  |
LogPlot and
ListLogPlot have the same functionality as
LinearLogPlot and
LinearLogListPlot:
| Out[10]= |  |
| Out[12]= |  |
PolarPlot is now part of the built-in
Mathematica kernel:
| Out[2]= |  |
| Out[2]= |  |
Show can be used in place of
DisplayTogether since graphics are no longer displayed as side effects:
| Out[2]= |  |
GraphicsGrid can be used in place of
DisplayTogetherArray 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
SkewGraphics and
TransformGraphics 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
PercentileBarChart is now available in
BarChart:
| Out[4]= |  |
| Out[6]= |  |
GeneralizedBarChart can be replaced by the following definition:
| Out[8]= |  |
PieChart is now a built-in
Mathematica function:
| Out[2]= |  |
ErrorBar Plotting Package
| Out[3]= |  |