I've read other questions here offering
plt.gca().get_xaxis().get_major_formatter().set_useOffset(False)
as a way to remove axis offsets on the current plot, but is there any way to do this by default? I don't see anything in the matplotlibrc file that seems helpful.