position
[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 also
the outerposition
property.
title
box
"on"
or "off"
to toggle display of the box around
the axes.
key
"on"
or "off"
to toggle display of the legend.
Note that this property is not compatible with matlab and may be
removed in a future version of Octave.
keybox
"on"
or "off"
to toggle display of a box around the
legend. Note that this property is not compatible with matlab and
may be removed in a future version of Octave.
keypos
dataaspectratio
dataaspectratio
to 1,
2] causes the length of one unit as displayed on the y-axis to be the
same as the length of 2 units on the x-axis. Setting
dataaspectratio
also forces the dataaspectratiomode
property to be set to "manual"
.
dataaspectratiomode
"manual"
or "auto"
.
xlim
ylim
zlim
clim
"manual"
.
xlimmode
ylimmode
zlimmode
climmode
"manual"
or "auto"
.
xlabel
ylabel
zlabel
xgrid
ygrid
zgrid
"on"
or "off"
to toggle display of grid lines.
xminorgrid
yminorgrid
zminorgrid
"on"
or "off"
to toggle display of minor grid lines.
xtick
ytick
ztick
"manual"
.
xtickmode
ytickmode
ztickmode
"manual"
or "auto"
.
xticklabel
yticklabel
zticklabel
"manual"
.
xticklabelmode
yticklabelmode
zticklabelmode
"manual"
or "auto"
.
xscale
yscale
zscale
"linear"
or "log"
.
xdir
ydir
zdir
"forward"
or "reverse"
.
xaxislocation
yaxislocation
"top"
or "bottom"
for the x-axis and "left"
or "right"
for the y-axis.
view
visible
"on"
or "off"
to toggle display of the axes.
nextplot
"new"
"add"
"replace"
"replacechildren"
outerposition
[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 also
the position
property.