yaxis range display using absolute values rather than offset values

set useOffset to False:

ax = plt.gca()
ax.ticklabel_format(useOffset=False)

Leave a Comment