Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Charting and Information Visualization > Chart Styling & Layout >
Mathematica > Visualization and Graphics > Data Visualization > Charting and Information Visualization > Chart Styling & Layout >

BarSpacing

BarSpacing
is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
  • The following settings can be given for BarSpacing:
Automaticautomatically determine spacing
Noneuse no spacing between bars
Tiny,Small,Medium,Largeuse preset automatic spacings
suse explicit spacing s between bars
{sb,sg}use sb between individual bars and sg between groups
Use automatically determined spacing between bars:
Use no spacing:
Use symbolic presets:
Use explicit spacing between bars:
Use explicit spacing between bars and groups of bars:
Position 3D bars within a group with 0.5 bar width apart, and no space between groups:
Use automatically determined spacing between bars:
In[1]:=
Click for copyable input
Out[1]=
 
Use no spacing:
In[1]:=
Click for copyable input
Out[1]=
 
Use symbolic presets:
In[1]:=
Click for copyable input
Out[1]=
 
Use explicit spacing between bars:
In[1]:=
Click for copyable input
Out[1]=
 
Use explicit spacing between bars and groups of bars:
In[1]:=
Click for copyable input
Out[1]=
 
Position 3D bars within a group with 0.5 bar width apart, and no space between groups:
In[1]:=
Click for copyable input
Out[1]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team