Offset in scientific notation

Is there a way to specify an offset in the scientific notation of ticks in a plot using Plots and pyplot()? In matplotlib one can do it by giving the useoffset argument in the ticklabel formatting

This is quite useful when having data values that are very small or very large, as the exponent (which is often hardly readable) is extracted from the values and shown separately on the axis.

1 Like