|
Graphics
Graphics[primitives, options] represents a two-dimensional graphical image.
Graphics is displayed using Show.
The following graphics primitives can be used:

The sound primitives SampledSoundList and SampledSoundFunction can also be included.
The following graphics directives can be used:

The following options can be given:

Nested lists of graphics primitives can be given. Specifications such as GrayLevel remain in effect only until the end of the list which contains them.
Graphics[Graphics3D[ ... ]] generates an ordinary 2D graphics object corresponding to 3D graphics. The same works for SurfaceGraphics, ContourGraphics and DensityGraphics.
The standard print form for Graphics[ ... ] is -Graphics-. InputForm prints the explicit list of primitives.
See The Mathematica Book: Section 2.9.1.
See also: Plot, ListPlot, ParametricPlot.
Related package: Graphics`Graphics`.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |