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?