0

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:

radar chart

MattieG4
  • 150
  • 2
  • 12
  • 1
    Does this help? https://stackoverflow.com/questions/68884322/how-to-rotate-specific-tick-labels – Redox Mar 21 '23 at 09:47

0 Answers0