Is there a way to change the value of Yaxis major tick labels once the graph is established?
I am passing -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5 for the Y axis. Client wants all values to show as positive, but respecting the negative position 5, 4, 3, 2, 1, 0, 1, 2, 3, 4, 5 on the same Y axis.
Is there a way to step through axis labels and if the value is less than 1, multiply by -1, or just abs() all the ticks?
