Graphics |
Histograms in Polar Coordinates
A rose
plot is a histogram created in a polar coordinate system. For example, consider samples of the wind direction taken over a 12-hour period.
To display this data using the rose
function, convert the data to radians, then use the data as an argument to the rose
function. Increase the LineWidth
property of the line to improve the visibility of the plot (findobj
).
The plot shows that the wind direction was primarily 335° during the 12-hour period.
Histograms | Specifying Number of Bins |
© 1994-2005 The MathWorks, Inc.