Skip to content

Inconsistent kwarg naming between step() and fill_between() #15085

Description

@andrzejnovak

Calling step style is using a different kwarg name in step() and `fill_between() i.e.

ax.step(x, y, where='post')

and

ax.fill_between(x, y, step='post')

Maybe use step in both or pick a better kwarg name usable in both and not conflicting with where in fill_between which turns bin filling on/off

Metadata

Metadata

Assignees

No one assigned

    Labels

    API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …status: inactiveMarked by the “Stale” Github Action

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions