Skip to content

Frame

Status: Experimental

present and registered, but lightly documented and not yet covered by dedicated tests.

Description

Frame

is an option for Graphics and Plot that specifies whether to draw a frame with ticks and labels around the plot.

Notes Frame -\> True boxes all four edges; Frame -\> False (or None) draws no frame; Frame -\> {{left, right}, {bottom, top}} toggles each edge with True or False. In Plot a frame takes the place of the default Axes.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: none registered.

References