Scatter chart in polar coordinates
polarscatter(___,
sets
the marker symbol. For example, mkr
)'+'
displays cross
markers. Specify the marker symbol after any of the input argument
combinations in the previous syntaxes.
polarscatter(___,'filled')
fills
the marker interiors.
polarscatter(___,
modifies
the appearance of the scatter plot using one or more name-value pair
arguments. For example, you can use semi-transparent markers by specifying Name,Value
)'FaceAlpha'
and
a scalar value between 0
and 1
.
polarscatter(
plots
into the polar axes specified by pax
,___)pax
instead of
into the current axes.
returns
the ps
= polarscatter(___)Scatter
object. Use ps
to
modify the appearance of the Scatter
object after
it is created. For a list of properties, see Scatter Properties.