Histogram chart in polar coordinates
polarhistogram(
creates
a histogram plot in polar coordinates by sorting the values in theta
)theta
into
equally spaced bins. Specify the values in radians.
polarhistogram(___,
specifies
additional options using one or more name-value pair arguments. For
example, you can use semi-transparent bars by specifying Name,Value
)'FaceAlpha'
and
a scalar value between 0 and 1.
polarhistogram(
plots
into the polar axes specified by pax
,___)pax
instead of
into the current axes.
returns
the histogram object. Use h
= polarhistogram(___)h
to modify the histogram
after it is created. For a list of properties, see Histogram Properties.
polarhistogram
does not support
creating histograms of categorical data in polar axes.