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

Skip to content

Commit 0e96cbc

Browse files
committed
Add note that subfigure is still provisional to docstring
This matches the notes at https://matplotlib.org/stable/gallery/subplots_axes_and_figures/subfigures.html#figure-subfigures
1 parent ffd3b12 commit 0e96cbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/figure.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,9 @@ def subfigures(self, nrows=1, ncols=1, squeeze=True,
15521552
the same as a figure, but cannot print itself.
15531553
See :doc:`/gallery/subplots_axes_and_figures/subfigures`.
15541554
1555+
.. note::
1556+
``subfigure`` is new in v3.4, and the API is still provisional.
1557+
15551558
Parameters
15561559
----------
15571560
nrows, ncols : int, default: 1

0 commit comments

Comments
 (0)