Closed
Description
Would be nice if pandas either
- 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 )
- Explicitly took the
histtype
argument, sincehisttype='stepfilled'
can greatly speed up the histogram plot rendering.