6.3.4 Polar Chart
Last updated
Last updated
Polar Chart is a common variation of circular graphs. It is useful when relationships between data points can be visualized most easily in terms of radiuses and angles. In Polar Charts, a series is represented by a closed curve that connects points in the polar coordinate system. Each data point is determined by the distance from the pole (the radial coordinate) and the angle from the fixed direction (the angular coordinate).
A polar chart represents data along the radial and angular axes. In Plolty, there are three types of polar chart: Scatter polar chart, Line polar chart, and Bar polar chart.
The "strength" column corresponds to strengthen wind categories, and there is a frequency value for each direction and strength. Below we use the strength column to encode the color, symbol, and size of the markers.
A wind rose chart (also known as a polar bar chart) is a graphical tool used to visualize how wind speed and direction are typically distributed at a given location. We can use px.bar_polar
, or use go.Barpolar
.