Topic: Inverting Axis

Is it possible to invert the y-axis? I am plotting stellar magnitudes, which are measured in descending order. sad

Re: Inverting Axis

Unfortunately that is not currently possible. However you can use a little trick. If you for example want to plot y=sin(x), you can create it as a custom function h(x)=sin(x) and then plot the function f(x)=-h(x). This however will only invert the function. But you can remove the numbers on the axis and write your own numbers using text labels if you want.