scatterm
Project scatter plot on axesm
-based map
Syntax
Description
scatterm(
creates
a scatter plot on the current lat
,lon
)axesm
-based map with circular markers at
the geographic locations specified by lat
and
lon
.
To display scatter plots on geographic axes or map axes, use the geoscatter
function instead.
scatterm(___,
fills in
the circles, in addition to any of the input argument combinations in the previous
syntaxes."filled"
)
scatterm(___,
specifies the
marker type.mkr
)
scatterm(
plots into the
specified abm
,___)axesm
-based map abm
instead of into the
current axesm
-based map. The option abm
must precede
any of the input argument combinations in the previous syntaxes.
returns the
scatter plot.h
= scatterm(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a