File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def hist_frame(
132
132
** kwargs ,
133
133
):
134
134
"""
135
- Make a histogram of the DataFrame's.
135
+ Make a histogram of the DataFrame's columns .
136
136
137
137
A `histogram`_ is a representation of the distribution of data.
138
138
This function calls :meth:`matplotlib.pyplot.hist`, on each series in
@@ -144,7 +144,7 @@ def hist_frame(
144
144
----------
145
145
data : DataFrame
146
146
The pandas object holding the data.
147
- column : str or sequence
147
+ column : str or sequence, optional
148
148
If passed, will be used to limit data to a subset of columns.
149
149
by : object, optional
150
150
If passed, then used to form histograms for separate groups.
@@ -171,7 +171,7 @@ def hist_frame(
171
171
sharey : bool, default False
172
172
In case subplots=True, share y axis and set some y axis labels to
173
173
invisible.
174
- figsize : tuple
174
+ figsize : tuple, optional
175
175
The size in inches of the figure to create. Uses the value in
176
176
`matplotlib.rcParams` by default.
177
177
layout : tuple, optional
You can’t perform that action at this time.
0 commit comments