Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Layout & Tables > Grids & Tables > SpanFromLeft >
Mathematica > Visualization and Graphics > Data Visualization > Layout & Tables > Grids & Tables > SpanFromLeft >
Mathematica > Data Manipulation > Statistical Data Analysis > Statistical Visualization > Data Visualization > Layout & Tables > Grids & Tables > SpanFromLeft >

SpanFromLeft

SpanFromLeft
is a symbol that can appear at a particular position in a Grid or related construct to indicate that the corresponding position is occupied by a spanning element that appears to its left.
  • If SpanFromLeft appears at several successive positions in a row, it indicates spanning across all these positions.
Make the element 4 span the column to its right:
Make it span two columns:
Span across the remaining width of the grid:
Spanning in a GraphicsGrid:
Make the element 4 span the column to its right:
In[1]:=
Click for copyable input
Out[1]=
 
Make it span two columns:
In[1]:=
Click for copyable input
Out[1]=
 
Span across the remaining width of the grid:
In[1]:=
Click for copyable input
Out[1]=
 
Spanning in a GraphicsGrid:
In[1]:=
Click for copyable input
Out[1]=
Spanned elements inherit their styles:
Graphics will default to filling the available space:
An explicit ImageSize setting will prevent this behavior:
Spanning regions must be rectangular in shape:
Use SpanFromBoth when spanning across both columns and rows:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF