__modified__
: "off"
| {"on"
}activepositionproperty
: {"outerposition"
} | "position"
alim
: def. [0 1]
alim
is unused.
alimmode
: {"auto"
} | "manual"
ambientlightcolor
: def. [1 1 1]
ambientlightcolor
is unused.
beingdeleted
: {"off"
} | "on"
box
: "off"
| {"on"
}busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
cameraposition
: three-element vector, def. [0.50000 0.50000 9.16025]
camerapositionmode
: {"auto"
} | "manual"
cameratarget
: three-element vector, def. [0.50000 0.50000 0.50000]
cameratargetmode
: {"auto"
} | "manual"
cameraupvector
: three-element vector, def. [-0 1 0]
cameraupvectormode
: {"auto"
} | "manual"
cameraviewangle
: scalar, def. 6.6086
cameraviewanglemode
: {"auto"
} | "manual"
children
(read-only): vector of graphics handles, def. [](0x1)
clim
: two-element vector, def. [0 1]
clim
also forces the climmode
property to be set to "manual"
. See pcolor function.
climmode
: {"auto"
} | "manual"
clipping
: "off"
| {"on"
}clipping
is unused.
color
: colorspec, def. [1 1 1]
colororder
: N-by-3 RGB matrix, def. 7-by-3 doublecreatefcn
: string | function handle, def. [](0x0)
set (0, "defaultaxescreatefcn", 'disp ("axes created!")')
.
currentpoint
: 2-by-3 matrix, def. 2-by-3 double[xf, yf, zf; xb, yb, zb]
which holds the coordinates (in axes data units) of the point over which the mouse pointer was when the mouse button was pressed. If a mouse callback function is defined, currentpoint
holds the pointer coordinates at the time the mouse button was pressed. For 3-D plots, the first row of the returned matrix specifies the point nearest to the current camera position and the second row the furthest point. The two points forms a line which is perpendicular to the screen.
dataaspectratio
: three-element vector, def. [1 1 1]
dataaspectratio
to [1, 2]
causes the length of one unit as displayed on the x-axis to be the same as the length of 2 units on the y-axis. Setting dataaspectratio
also forces the dataaspectratiomode
property to be set to "manual"
.
dataaspectratiomode
: {"auto"
} | "manual"
deletefcn
: string | function handle, def. [](0x0)
drawmode
: "fast"
| {"normal"
}fontangle
: "italic"
| {"normal"
} | "oblique"
fontname
: string, def. "*"
fontsize
: scalar, def. 10
fontunits
: "centimeters"
| "inches"
| "normalized"
| "pixels"
| {"points"
}fontsize
property.
fontweight
: "bold"
| "demi"
| "light"
| {"normal"
}gridlinestyle
: "-"
| "--"
| "-."
| {":"
} | "none"
handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the axes's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}interpreter
: "latex"
| {"none"
} | "tex"
interruptible
: "off"
| {"on"
}layer
: {"bottom"
} | "top"
linestyleorder
: def. "-"
linewidth
: def. 0.50000
minorgridlinestyle
: "-"
| "--"
| "-."
| {":"
} | "none"
mousewheelzoom
: scalar in the range (0, 1), def. 0.50000
nextplot
: "add"
| {"replace"
} | "replacechildren"
outerposition
: four-element vector, def. [0 0 1 1]
[0.2, 0.3, 0.4, 0.5]
sets the lower left corner of the axes at (0.2, 0.3) and the width and height to be 0.4 and 0.5 respectively. See position property.
parent
: graphics handleplotboxaspectratio
: def. [1 1 1]
plotboxaspectratiomode
: {"auto"
} | "manual"
position
: four-element vector, def. [0.13000 0.11000 0.77500 0.81500]
[0.2, 0.3, 0.4, 0.5]
sets the lower left corner of the axes at (0.2, 0.3) and the width and height to be 0.4 and 0.5 respectively. See outerposition property.
projection
: {"orthographic"
} | "perspective"
selected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}tag
: string, def. ""
tickdir
: {"in"
} | "out"
tickdirmode
: {"auto"
} | "manual"
ticklength
: two-element vector, def. [0.010000 0.025000]
[2Dlen 3Dlen]
specifying the length of the tickmarks relative to the longest visible axis.
tightinset
(read-only): def. [0.042857 0.038106 0.000000 0.023810]
title
: graphics handletype
(read-only): stringtype
is always "axes"
uicontextmenu
: graphics handle, def. [](0x0)
units
: "centimeters"
| "characters"
| "inches"
| {"normalized"
} | "pixels"
| "points"
userdata
: Any Octave data, def. [](0x0)
view
: two-element vector, def. [0 90]
[azimuth elevation]
specifying the viewpoint for three-dimensional plots
visible
: "off"
| {"on"
}visible
is "off"
, the axes is not rendered on screen.
xaxislocation
: {"bottom"
} | "top"
| "zero"
xcolor
: {colorspec} | "none"
, def. [0 0 0]
xdir
: {"normal"
} | "reverse"
xgrid
: {"off"
} | "on"
xlabel
: graphics handlexlim
: two-element vector, def. [0 1]
[xmin xmax]
specifying the limits for the x-axis. Setting xlim
also forces the xlimmode
property to be set to "manual"
. See xlim function.
xlimmode
: {"auto"
} | "manual"
xminorgrid
: {"off"
} | "on"
xminortick
: {"off"
} | "on"
xscale
: {"linear"
} | "log"
xtick
: vector, def. 1-by-6 doublextick
also forces the xtickmode
property to be set to "manual"
.
xticklabel
: string | cell array of strings, def. 1-by-6 cellxticklabel
also forces the xticklabelmode
property to be set to "manual"
.
xticklabelmode
: {"auto"
} | "manual"
xtickmode
: {"auto"
} | "manual"
yaxislocation
: {"left"
} | "right"
| "zero"
ycolor
: {colorspec} | "none"
, def. [0 0 0]
ydir
: {"normal"
} | "reverse"
ygrid
: {"off"
} | "on"
ylabel
: graphics handleylim
: two-element vector, def. [0 1]
[ymin ymax]
specifying the limits for the y-axis. Setting ylim
also forces the ylimmode
property to be set to "manual"
. See ylim function.
ylimmode
: {"auto"
} | "manual"
yminorgrid
: {"off"
} | "on"
yminortick
: {"off"
} | "on"
yscale
: {"linear"
} | "log"
ytick
: vector, def. 1-by-6 doubleytick
also forces the ytickmode
property to be set to "manual"
.
yticklabel
: string | cell array of strings, def. 1-by-6 cellyticklabel
also forces the yticklabelmode
property to be set to "manual"
.
yticklabelmode
: {"auto"
} | "manual"
ytickmode
: {"auto"
} | "manual"
zcolor
: {colorspec} | "none"
, def. [0 0 0]
zdir
: {"normal"
} | "reverse"
zgrid
: {"off"
} | "on"
zlabel
: graphics handlezlim
: two-element vector, def. [0 1]
[zmin zmaz]
specifying the limits for the z-axis. Setting zlim
also forces the zlimmode
property to be set to "manual"
. See zlim function.
zlimmode
: {"auto"
} | "manual"
zminorgrid
: {"off"
} | "on"
zminortick
: {"off"
} | "on"
zscale
: {"linear"
} | "log"
ztick
: vector, def. 1-by-6 doubleztick
also forces the ztickmode
property to be set to "manual"
.
zticklabel
: string | cell array of strings, def. 1-by-6 cellzticklabel
also forces the zticklabelmode
property to be set to "manual"
.
zticklabelmode
: {"auto"
} | "manual"
ztickmode
: {"auto"
} | "manual"