You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the set_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.
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.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 the
set_varlabelsfunction 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