Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Annotation & Appearance >

FormatType

FormatType
is an option for output streams, graphics and functions such as Text which specifies the default format type to use when outputting expressions.
Automaticinherit from surrounding constructs
InputFormone-dimensional form suitable for direct keyboard input
OutputFormcharacter-based two-dimensional form
StandardFormstandard two-dimensional form
TraditionalFormform approximating traditional mathematical notation
  • SetOptions[stream, FormatType->type] resets the format type for an open stream.
  • For graphics functions, box-based format types such as StandardForm and TraditionalForm can be used only when a notebook front end is present.
By default, expressions are displayed using TraditionalForm in graphics:
Display expressions using StandardForm:
Labels are also affected by the FormatType setting:
When different format types are combined the result is likely to be unpredictable:
This is equivalent to:
New in 1 | Last modified in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team