We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5535def commit 05e9359Copy full SHA for 05e9359
pandas/plotting/_core.py
@@ -282,7 +282,7 @@ def hist_frame(
282
The size of the figure to create in matplotlib.
283
layout : tuple (rows, columns), optional
284
For example, (3, 5) will display the subplots
285
- using 3 columns and 5 rows, starting from the top-left.
+ using 3 rows and 5 columns, starting from the top-left.
286
return_type : {'axes', 'dict', 'both'} or None, default 'axes'
287
The kind of object to return. The default is ``axes``.
288
0 commit comments