Show
Usage
• Show[graphics, options] displays two- and three-dimensional graphics, using the options specified. • Show[ , , ... ] shows several plots combined.
Notes
• Show can be used with Graphics, Graphics3D, SurfaceGraphics, ContourGraphics, DensityGraphics and GraphicsArray. • Options explicitly specified in Show override those included in the graphics expression. • When plots are combined, their lists of non-default options are concatenated. • Show is effectively the analog of Print for graphics. The option DisplayFunction determines the actual output mechanism used. • Functions like Plot automatically apply Show to the graphics expressions they generate. • New in Version 1.
|