I show how to create radar charts or spidar charts with "multiple scales on multiple axes" in Python using matplotlib.
Matplotlib allows us to print only one set of radial grids on only one radius. But, we need a specific set of radial grids on each radius or spike. Here, we use ax.text() to print the radial grid values as "text" on each radius.
Link to my Github to access the codes, data file and additional information:
https://github.com/SalehGoodarzian/Data-Science-in-Python/tree/d37a265ac6b2ac9f0270930f14d9639f7fa8e1b4/Project%205
Radar chart in matplotlib:
https://youtu.be/8skhv264xrA
Radar chart in Plotly:
https://youtu.be/uqSVWsvC0vU
Download
0 formats
No download links available.
Radar chart with multiple scales on multiple axes in matplotlib in Python | NatokHD