0

I have a script that shows a plot with matplotlib.

The thing is that it shows the Y and X axis as normally they are

        Y|
         |
       __|___X
   -2 -1 0 1 2

However I have the need to show it like this

        Y|
         |
     X___|___
     2 1 0 -1 -2

How can I invert the horizontal axis?

KansaiRobot
  • 7,564
  • 11
  • 71
  • 150

0 Answers0