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 > Textual Elements in Notebooks >

Invisible

Invisible[expr]
displays as space that is the same size as the formatted version of expr.
  • Invisible[expr] spans both the horizontal and vertical dimensions of expr.
  • Invisible[expr] has the same baseline alignment as expr.
  • Invisible["M"] gives space that is one em wide in the current font.
Display a blank space the same size as the formatted form of a given expression:
Here is the expression in visible form:
Use Invisible objects as column-width regulators in a grid:
Display a blank space the same size as the formatted form of a given expression:
In[1]:=
Click for copyable input
Out[1]=
Here is the expression in visible form:
In[2]:=
Click for copyable input
Out[2]=
 
Use Invisible objects as column-width regulators in a grid:
In[1]:=
Click for copyable input
Out[1]=
Use Spacer to display a blank space with the size specified in printer's points:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team