-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
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))
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.