8000 Inconsistent kwarg naming between step() and fill_between() · Issue #15085 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Inconsistent kwarg naming between step() and fill_between() #15085
Closed as not planned
@andrzejnovak

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0