Skip to content

Add histtype argument to pandas.Series.plot.hist() #16423

Closed
@AllanLRH

Description

@AllanLRH

Would be nice if pandas either

  1. Propagated keyword arguments to Matploblib hist (I believe there's an issue about it here: BUG: pass *args and **kwargs for wrapped methods in Groupby (#14107) #14109 )
  2. Explicitly took the histtype argument, since histtype='stepfilled' can greatly speed up the histogram plot rendering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions