Skip to content

Commit a6ad17d

Browse files
iamshwinvaibhavhrt
authored andcommitted
Tidy documentation about plotting Series histograms (pandas-dev#26624)
1 parent 6fb0be0 commit a6ad17d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/plotting/_core.py

-2
Original file line numberDiff line numberDiff line change
@@ -2477,8 +2477,6 @@ def hist_series(self, by=None, ax=None, grid=True, xlabelsize=None,
24772477
bin edges are calculated and returned. If bins is a sequence, gives
24782478
bin edges, including left edge of first bin and right edge of last
24792479
bin. In this case, bins is returned unmodified.
2480-
bins : integer, default 10
2481-
Number of histogram bins to be used
24822480
`**kwds` : keywords
24832481
To be passed to the actual plotting function
24842482

0 commit comments

Comments
 (0)