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

TableSpacing

TableSpacing
is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
  • TableSpacing specifies that spaces should be left in dimension i.
  • For columns, the spaces are rendered as space characters. For rows, the spaces are rendered as blank lines.
Format a table with no space between rows or columns:
Use one space between rows and four between columns:
Format a table with no space between rows or columns:
In[1]:=
Click for copyable input
Out[1]//TableForm=
Use one space between rows and four between columns:
In[2]:=
Click for copyable input
Out[2]//TableForm=
Use with MatrixForm:
Specify spacings for any number of dimensions:
Display a bit matrix with no spacing:
A bit matrix texture:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF