Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / System Interface / Global Parameters /

$DisplayFunction

FilledSmallSquare $DisplayFunction gives the default setting for the option DisplayFunction in graphics functions.

FilledSmallSquare The initial setting of $DisplayFunction is Display[$Display, #]&.

FilledSmallSquare $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.

FilledSmallSquare See Section 2.10.1.

FilledSmallSquare See also: Display, Put, Run, $SoundDisplayFunction.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.