|
|
|||
|
|
|
| FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions. |
| Automatic | inherit from surrounding constructs | |
| InputForm | one-dimensional form suitable for direct keyboard input | |
| OutputForm | character-based two-dimensional form | |
| StandardForm | standard two-dimensional form | |
| TraditionalForm | form approximating traditional mathematical notation |
By default, expressions are displayed using TraditionalForm in graphics:
Display expressions using StandardForm:
Labels are also affected by the FormatType setting:
|