On this page
15.4.6.10 Surface Group
Surface group objects are created by the surf
or mesh
functions, but are equally one of the handles returned by the surfc
or meshc
functions. The surface group is of the type surface
.
The properties of the surface group are
-
edgecolor
-
facecolor
-
The RGB color or color name of the edges or faces of the surface. See Colors.
-
linewidth
-
linestyle
-
The line width and style of the lines on the surface. See Line Styles.
-
marker
-
markeredgecolor
-
markerfacecolor
-
markersize
-
The line and fill color of the markers on the surface. See Colors.
-
xdata
-
ydata
-
zdata
-
cdata
-
The original x, y, z and c data.
-
xdatasource
-
ydatasource
-
zdatasource
-
cdatasource
-
Data source variables.
© 1996–2023 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://docs.octave.org/v8.1.0/Surface-Group.html