Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit feb3dc1

Browse files
authored
Merge pull request #24400 from meeseeksmachine/auto-backport-of-pr-24399-on-v3.6.x
Backport PR #24399 on branch v3.6.x (Fix docstring of Figure.subfigures.)
2 parents b6e97f2 + ed368c7 commit feb3dc1

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)