I have a plot with x-values from 1000 to 1400. The list it comes from starts with 1400 and ends with 1000 (thus: [1400, 1399, ... , 1001, 1000]).
When I plot this, the plot starts at 1000 and ends with 1400 (from left to right). Very logical, but I want this reversed. I know how to revert an axis, but that is only reverting the labels. The plot remains the same and the plot itself should be reversed as well.
Is this even possible?