File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def hist_frame(
132132 ** kwargs ,
133133):
134134 """
135- Make a histogram of the DataFrame's.
135+ Make a histogram of the DataFrame's columns .
136136
137137 A `histogram`_ is a representation of the distribution of data.
138138 This function calls :meth:`matplotlib.pyplot.hist`, on each series in
@@ -144,7 +144,7 @@ def hist_frame(
144144 ----------
145145 data : DataFrame
146146 The pandas object holding the data.
147- column : str or sequence
147+ column : str or sequence, optional
148148 If passed, will be used to limit data to a subset of columns.
149149 by : object, optional
150150 If passed, then used to form histograms for separate groups.
@@ -171,7 +171,7 @@ def hist_frame(
171171 sharey : bool, default False
172172 In case subplots=True, share y axis and set some y axis labels to
173173 invisible.
174- figsize : tuple
174+ figsize : tuple, optional
175175 The size in inches of the figure to create. Uses the value in
176176 `matplotlib.rcParams` by default.
177177 layout : tuple, optional
You can’t perform that action at this time.
0 commit comments