Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Bar Charts Package >

GeneralizedBarChart

GeneralizedBarChart[{{pos1, height1, width1}, {pos2, height2, width2}, ...}]
generates a bar chart with the bars at the given positions, and with given heights and widths.
GeneralizedBarChart[{list1, list2, ...}]
generates a bar chart from lists of data.
  • GeneralizedBarChart has the same options as Graphics with the following additions:
BarStyleAutomaticstyle for the bars
BarValuesFalsewhether to show the length of each bar
BarEdgesTruewhether edges are drawn around each bar
BarEdgeStyleOpacity[0.5]style for the bar edges
BarOrientationVerticaldetermines horizontal or vertical orientation
Needs["BarCharts`"]
GeneralizedBarChart allows complete control over the size and position of bars:
In[2]:=
Click for copyable input
Out[2]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team