DisplayFunction
Usage
Notes
Further Examples
You can tell Mathematica to suppress output to the screen by setting the Plot option DisplayFunction to Identity.
In[1]:=
|
In[2]:=
|
You can see both graphs together by setting the Show option DisplayFunction to $DisplayFunction.
In[3]:=
|
Specifying CenteredGraphicDisplayFunction as the value of the DisplayFunction option causes the graphic to stay centered when the notebook is resized. Evaluate the following two cells and then resize the notebook.
In[4]:=
|
In[5]:=
|
This clears the definitions.
In[6]:=
|
|