-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
fill_between, step='post' and NaN #19444
Copy link
Copy link
Closed as not planned
Labels
status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Description
Metadata
Metadata
Assignees
Labels
status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Type
Fields
Give feedbackNo fields configured for issues without a type.
Off-by-one error if using
fill_between,step='post'Actual outcome
Expected outcome
Some of the
df[df > 0]columns are not filled.Matplotlib version
import matplotlib; print(matplotlib.__version__)): 3.3.1print(matplotlib.get_backend())): Qt5Agg