Skip to content

Commit 05e9359

Browse files
authored
Fix docstring for layout parameter of boxplot (#50647)
1 parent 5535def commit 05e9359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def hist_frame(
282282
The size of the figure to create in matplotlib.
283283
layout : tuple (rows, columns), optional
284284
For example, (3, 5) will display the subplots
285-
using 3 columns and 5 rows, starting from the top-left.
285+
using 3 rows and 5 columns, starting from the top-left.
286286
return_type : {'axes', 'dict', 'both'} or None, default 'axes'
287287
The kind of object to return. The default is ``axes``.
288288

0 commit comments

Comments
 (0)