|
SOLUTIONS
|
Search for all pages containing Show
Mathematica
>
Visualization and Graphics
>
Data Visualization
>
Annotating & Combining Graphics
>
Combining Graphics
>
Show
BUILT-IN MATHEMATICA SYMBOL
Show
Show[graphics, options]
shows graphics with the specified options added.
Show[g1, g2, ...]
shows several graphics combined.
DetailsDetails
- Show can be used with Graphics and Graphics3D.
- Show allows any option that can be applied to graphics to be given.
- Options explicitly specified in Show override those included in the graphics expression.
- Show[g1, g2, ...] or Show[{g1, g2, ...}] concatenates the graphics primitives in the
, effectively overlaying the graphics. - The lists of non-default options in the
are concatenated. - Show applies the function defined as the setting for DisplayFunction, and returns the result. For ordinary notebook operation, this function is just Identity.
New in 1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




