Using the code from #7084, ax.set_xlim(1990, 2020) yields

Tried this for some other values and it seems broken for everything except values that follow the form %d*10^n so 10, 20, 300, etc.
Eta this also yields weirdness: ax.plot(range(1990,2020), range(1990,2020))

Using the code from #7084,

ax.set_xlim(1990, 2020)yieldsTried this for some other values and it seems broken for everything except values that follow the form %d*10^n so 10, 20, 300, etc.
Eta this also yields weirdness:

ax.plot(range(1990,2020), range(1990,2020))