Skip to content

Show

Status: Stable

documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

Description

Show[graphics, opts...]

Displays graphics (a Graphics[...] object) in an interactive window and returns it, merging any given options into its option list.

Examples (1)

Every input below was run against the current Mathilda build and its output recorded.

Options (1)

In[1]:= Show[Graphics[{Point[{0,0}]}], Axes -> True]
Out[1]= -Graphics-

Implementation notes

  • Protected.
  • Declines to evaluate (stays unevaluated) if its first argument isn't a Graphics[...] expression, or any trailing argument isn't a Rule.
  • When Raylib isn't compiled in, prints a one-line message instead of opening a window; the option merge still happens and the merged Graphics[...] is still returned.

Attributes: Protected.

References

See also: $RaylibVerbose, Plot, Plot3D, Animate, Manipulate, ListPlot, E, ParametricPlot3D