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)¶
Implementation notes¶
Protected.- Declines to evaluate (stays unevaluated) if its first argument isn't a
Graphics[...]expression, or any trailing argument isn't aRule. - 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
- Source:
src/graphics/graphics_init.c - Specification:
docs/spec/builtins/graphics.md - Tests:
tests/test_graphics.c