Mathematica 9 is now available

Display

Usage

Display[channel, graphics] writes graphics or sound to the specified output channel in Mathematica PostScript format.
Display[channel, graphics, "format"] writes graphics or sound in the specified format.
Display[channel, expr, "format"] writes boxes, cells or notebook expressions in the specified format.


Notes

• The output channel can be a single file or pipe, or a list of them.
• The graphics in Display can be Graphics, Graphics3D, SurfaceGraphics, ContourGraphics, DensityGraphics or GraphicsArray.
• The graphics can also include Sound.
• The expr in Display can be Cell, Notebook or any boxes, as generated by ToBoxes[expr].
• Any of the graphics formats specified for Export can be used.
• The following options can be given:
CharacterEncoding {} the encoding to use for characters in text
ImageOffset {0, 0} offset of the image in the viewing area
ImageResolution Automatic resolution in dpi for the image
ImageRotated False whether to rotate the image to landscape mode
ImageSize Automatic absolute image size in printer's points
$DisplayFunction is usually given in terms of Display.
• If any of the specified files or pipes in channel are not open, Display uses OpenWrite to open them, then closes these particular files or pipes when it has finished.
• In many cases, Display calls the Mathematica notebook front end via MathLink. If the front end is not present, certain capabilities of Display may not be available.
• When displaying text, Display may make use of fonts that are specifically installed for Mathematica.
• See also: Export, Write, Show, DisplayString, HTMLSave.
• New in Version 1; modified in 3.


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.