I'm trying to set the angle of each tick label on my radar chart differently so they span outwards to avoid any overlap. I know I can use:
ax.tick_params(pad=15, labelrotation=20)
to apply settings to the entire axis. Is there any way that I can access and set individual ticks within my axis so that I can give them different values though?
This is what the chart currently looks like: