plot

(method of vector3d)

plot vectors as two dimensional projections on the sphere

Syntax

plot(v)
plot(v,value)
plot(v,rgb)
plot(v,'MarkerSize',10)
plot(v,'contourf')
plot(v,'contour')

Input

v

vector3d

value

values to be displayed

rgb
param,val Parameters and values that control plot
Parameter Description
'Marker MarkerSize MarkerFaceColor MarkerEdgeColor'
param Options that control the plot behavior
Parameter Description
'smooth'

plot point cloud as colored density

'contourf'

plot point cloud as filled contours

'contour'

plot point cloud as contours