Navigation

Operators and Keywords

Function List:

C++ API

: axes ()
: axes (property, value, …)
: axes (hax)
: h = axes (…)

Create an axes object and return a handle to it, or set the current axes to hax.

Called without any arguments, or with property/value pairs, construct a new axes. For accepted properties and corresponding values, see ‘set’.

Called with a single axes handle argument hax, the function makes hax the current axis. It also restacks the axes in the corresponding figure so that hax is the first entry in the list of children. This causes hax to be displayed on top of any other axes objects (Z-order stacking).

See also: gca, set, get.

Package: octave