Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Closed
Labels
Milestone
Description
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))