Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Labels
Milestone
Description
Initially raised in#9305 (comment) (and following comment).
We realized in 2.1 that there is a reasonable argument forplt.plot([1, 1], [1, np.inf])
to draw a semi-infinite vertical line andplt.plot([1, 1], [-np.inf, np.inf])
to draw an infinite vertical line by default (by having the renderer clip infinities instead of masking them). Right now log scale allows both clipping and masking behavior, but linear scale always masks.
Of course this is a breaking change, so I'm just opening this for discussion.