|
SOLUTIONS
|
OBSOLETE BAR CHARTS PACKAGE SYMBOL
BarChart
As of Version 7.0, BarChart is part of the built-in Mathematica kernel.
generates a bar chart of the values
.
generates a bar chart of the data in the lists.
Details and OptionsDetails and Options
- To use
, you first need to load the Bar Charts Package using
.
has the same options as Graphics with the following additions:-
BarStyle Automatic style for the bars BarSpacing Automatic ratio of bar width to space bars in a group BarGroupSpacing Automatic spacing between groups of bars BarLabels Automatic labels at tick marks for each bar (or group) BarValues False whether to show the length of each bar BarEdges True whether edges are drawn around each bar BarEdgeStyle Opacity[0.5] style for the bar edges BarOrientation Vertical determines horizontal or vertical orientation - Each
is a list of numbers or numeric values. For example:
. - The
need not have the same length.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



