Skip to content

Commit ed368c7

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR matplotlib#24399: Fix docstring of Figure.subfigures.
1 parent b6e97f2 commit ed368c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ def subfigures(self, nrows=1, ncols=1, squeeze=True,
15201520
width_ratios=None, height_ratios=None,
15211521
**kwargs):
15221522
"""
1523-
Add a subfigure to this figure or subfigure.
1523+
Add a set of subfigures to this figure or subfigure.
15241524
15251525
A subfigure has the same artist methods as a figure, and is logically
15261526
the same as a figure, but cannot print itself.

0 commit comments

Comments
 (0)