-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
set offset threshold to 4 #7104
Copy link
Copy link
Closed
Labels
API: default changesDifficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Metadata
Metadata
Assignees
Labels
API: default changesDifficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
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))