15.4.6.8 Scatter Group
Scatter series objects are created by the scatter
or scatter3
functions. A single hggroup element contains as many children as there are points in the scatter plot, with each child representing one of the points. The properties of the stem series are
linewidth
-
The line width of the line objects of the points. See Line Styles.
marker
markeredgecolor
markerfacecolor
-
The line and fill color of the markers of the points. See Colors.
xdata
ydata
zdata
-
The original x, y and z data of the stems.
cdata
-
The color data for the points of the plot. Each point can have a separate color, or a unique color can be specified.
sizedata
-
The size data for the points of the plot. Each point can its own size or a unique size can be specified.
xdatasource
ydatasource
zdatasource
cdatasource
sizedatasource
Data source variables.
© 1996–2020 John W. Eaton
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://octave.org/doc/v6.3.0/Scatter-Group.html