From 50f7184d56763032f2bd90c8b4f52bedc17c969e Mon Sep 17 00:00:00 2001 From: iamshwin <23633545+iamshwin@users.noreply.github.com> Date: Sun, 2 Jun 2019 21:01:51 +0100 Subject: [PATCH] Tidy documentation about plotting Series histograms --- pandas/plotting/_core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index fed4b0d90983c..3f6a30c4639bc 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -2477,8 +2477,6 @@ def hist_series(self, by=None, ax=None, grid=True, xlabelsize=None, bin edges are calculated and returned. If bins is a sequence, gives bin edges, including left edge of first bin and right edge of last bin. In this case, bins is returned unmodified. - bins : integer, default 10 - Number of histogram bins to be used `**kwds` : keywords To be passed to the actual plotting function