Source: cli/marker/marker_add.pro
marker_add
Add a marker to the current dataset.
Usage:
marker_add[x,y, <keys>]
Arguments:
x float The x coordinates of the vertices
y float The y coordinates of the vertices
Keywords:
panel int The panel index to attach the marker (-1 for all).
time_panel int The time panel index (-1 for all) PAD & MATRIX only.
colour int Colour index to use.
psym int The plotting symbol to use.
symsize float The size for plotting symbols.
thick float The line thickness to use.
text string A text string to use for the marker
charsizefloat The size to use for a text string
orient float The orientation of a text string
align float Alignment of the text to its location.
locate If set, then use the locator to determine the
coordinates
History:
Original: 6/6/02; SJT