|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DisplayFunction
DisplayFunction
is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them.
DetailsDetails
- The typical default setting is DisplayFunction:>$DisplayFunction.
- With a notebook front end, $DisplayFunction is normally Identity.
- DisplayFunction->(Print[#];&) prints the graphic in a separate cell.
- Show, as well as functions like Plot and Plot3D, automatically applies the function specified by the setting for DisplayFunction before returning its results.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Display a graphic in PopupWindow when clicked:
| In[1]:= |
| Out[1]= |
Display a graphic in a new notebook:
| In[1]:= |
| Out[1]= |
New in 1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
