Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5fd23d

Browse files
tonysyujkseppan
authored andcommitted
Add note about gridlines on polygon radar chart
1 parent 9d06afa commit c5fd23d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/api/radar_chart.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
"""
22
Example of creating a radar chart (a.k.a. a spider or star chart) [1]_.
33
4+
Although this example allows a frame of either 'circle' or 'polygon', polygon
5+
frames don't have proper gridlines (the lines are circles instead of polygons).
6+
It's possible to get a polygon grid by setting GRIDLINE_INTERPOLATION_STEPS in
7+
matplotlib.axis to the desired number of vertices, but the orientation of the
8+
polygon is not aligned with the radial axes.
9+
410
.. [1] http://en.wikipedia.org/wiki/Radar_chart
511
"""
612
import numpy as np

0 commit comments

Comments
 (0)