|
$DisplayFunction
$DisplayFunction gives the default setting for the option DisplayFunction in graphics functions.
The initial setting of $DisplayFunction is Display[$Display, #]&.
$DisplayFunction is typically set to a procedure which performs the following: (1) open an output channel; (2) send a PostScript prolog to the output channel; (3) use Display to send PostScript graphics; (4) send PostScript epilog; (5) close the output channel and execute the external commands needed to produce actual display.
See The Mathematica Book: Section 2.9.1.
See also: Display, Put, Run, $SoundDisplayFunction.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |