diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index b1e251940210..147500dd5451 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -1512,7 +1512,7 @@ def subfigures(self, nrows=1, ncols=1, squeeze=True, width_ratios=None, height_ratios=None, **kwargs): """ - Add a subfigure to this figure or subfigure. + Add a set of subfigures to this figure or subfigure. A subfigure has the same artist methods as a figure, and is logically the same as a figure, but cannot print itself.