I am having an issue with the format of the tick labels of an axis. I disabled the offset from the y_axis:
ax1.ticklabel_format(style = 'sci', useOffset=False)
and tried to put it a scientific format but all I get is:
0.00355872
but I expected something like:
3.55872...E-2
or similar.
what I really want is something like:
3.55872... (on the tick label)
x 10^2 (or something similar - on the axis label)
I could try to set the labels as static,, but in the end I will have a few tens or hundreds of plots with different values, so it needs to be set dynamically.
An alternative would be to place the y_axis offset as the label, but I also have no clue on how to do this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…