scatter edit page

Syntax

scatter(v)              % plot the directions v
scatter(v,data)         % colorize directions according to data
scatter(v,'label',text) % plot text below markers
scatter(v,'label',text,'textaboveMarker') % plot text above markers
scatter(v,'numbered')   % plot directions with numbers

Input

v vector3d
data double
rgb a list of rgb color values

Output

Options

Marker 's','o','diamond','p'
MarkerFaceColor 'r','g','w','k','b'
MarkerEdgeColor 'r','g','w','k','b'
MarkerColor shortcut for the above two
MarkerSize size of the markers in pixel
MarkerAlpha transparency setting
MarkerEdgeAlpha transparency setting
MarkerFaceAlpha transparency setting
DynamicMarkerSize scale marker size when plot is resized
Grid whether to display a grid
grid_res resolution of the grid to be displayed

See also

vector3d.text