Surface: Data
- XData - X-coordinates of the surface vertices. (
XData)
- YData - Y-coordinates of the surface vertices. (
YData)
- ZData - Z-coordinates of the surface vertices.(
ZData)
- CData - A matrix containing values that specify the color at every point in
ZData. (CData)
- Scale to figure colormap - Interpretation of color data. (
CDataMapping)
- Scaled (checked) - transform the color data to span the colormap, linearly mapping data values to colors.
- Direct (unchecked) - use the color data as indices directly into the colormap.
- Colormaps - Select a figure colormap. Also brighten or darken the current colormap (
brighten)
See Coloring Mesh and Surface Plots for information on surface color data.