Skip to content

rose

Polar histogram (rose plot).

h = rose(theta, ...)
[t, r] = rose(theta, ...)

Bins angular data theta and draws a polar bar chart. With output arguments, returns the bin centers and counts instead of plotting.

rose(angle(complex_data), 36)
  • histogram — Histogram of data.
  • polar — Plot in polar coordinates.
  • compass — Compass plot — vectors radiating from origin.