polarhistogram
R2026bHistogram chart in polar coordinates
Syntax
Description
Vector and Matrix Data
polarhistogram( creates a histogram plot in
polar coordinates by sorting the values in theta)theta into equally
spaced bins. Specify the values in radians.
Table Data
Since R2026a
Additional Options
polarhistogram(___, specifies
additional options using one or more name-value arguments. For example, you can
use semitransparent bars by specifying Name=Value)FaceAlpha as 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 h = polarhistogram(___)Histogram object. Use h to
modify the histogram after it is created. For a list of properties,
see Histogram Properties.
Examples
Input Arguments
Name-Value Arguments
Limitations
polarhistogramdoes not support creating histograms of categorical data in polar axes.








