-X 0 did the trick.
[- X | -units-exponent value]
This sets the scaling of the exponent to 10 ** y-axis values. Typically, the values ββwill be scaled to the appropriate units (k, M, etc.). However, you can always display units in k (Kilo, 10e3), even if the data is in the range of M (Mega, 10e6), for example. The value must be an integer that is a multiple of 3 between -18 and 18 inclusive. It is an indicator of the units you want to use. For example, use 3 to display y axis values ββin k (Kilo, 10e3, thousand), Use -6 to display y axis values ββin u (Micro, 10e-6, millionths). Use a value of 0 to prevent y-axis scaling.
source share