0

I'm using matplotlib and I want my y axis to count like this

180°, 270°, 360°, 90°, 180°

Is there a way to do this? When I use set_ylim I can only manage it from 0-360°!

EddyTheDove
  • 12,979
  • 2
  • 37
  • 45
  • The problem is not clear enough. Please provide a [mcve] by [edit]ing your question, showing how you produce the ticks from 0-360°. Extending this to the range 180-180 should be straight forward, so it would be good to explain where exactly the problem lies. – ImportanceOfBeingErnest Feb 27 '17 at 15:28
  • This question is unclear but I think what you are referring to is called y ticks in matplotlib. See http://stackoverflow.com/q/24943991/2597135 for example. – Uli Köhler Feb 27 '17 at 16:45

0 Answers0