Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Description
EDIT (jklymak) Old title is below:
Fundamental issue is that If you do a search on "radar plot matplotlib" you get sent here:
https://matplotlib.org/examples/api/radar_chart.html
This of course refers to 2.0.2 and/examples/
isn't a directory any more in our tree.
- Robots should probably be redirected to the proper page.
- It'd be nice if the old docs could get a version marker as per PRAdd version to documentation header #10065
Example of radar chart (matplotlib v.2.1.1) doesn't work
I just tried to run the radar chart example on a Mac (MacOS 10.13.1) with python 3.5.4 and matplotlib 2.1.1. and the radars aren't displayed correctly.
I found that this is theset_varlabels
function which shifts the radars. Without the line 189 :ax.set_varlabels(spoke_labels)
the radars look like that (but without the labels).
As I'm new on matplotlib and python I didn't succeed in finding a solution.
Thank's for your help