symbolm
(Removed) Project point markers with variable size
The symbolm
function has been removed. Use the scatterm
function instead.
Syntax
symbolm(lat,lon,z,'MarkerType')
symbolm(lat,lon,z,'MarkerType','PropertyName',PropertyValue,...)
h = symbolm(...)
Description
symbolm(lat,lon,z,'MarkerType')
constructs a
thematic map where the symbol size of each data point (lat, lon
) is
proportional to it weighting factor (z
). The point corresponding to
min(z)
is drawn at the default marker size, and all other points
are plotted with proportionally larger markers. MarkerType
specifies
the marker and optionally a color. For more information, see Markers and Colors.
symbolm(lat,lon,z,'MarkerType','PropertyName',PropertyValue,...)
applies the line properties to all the symbols drawn.
h = symbolm(...)
returns a vector of handles
to the projected symbols. Each symbol is projected as an individual line object.