Skip to content

Commit c532bd9

Browse files
authored
Merge pull request matplotlib#24902 from rcomer/rcomer-patch-1
Remove provisional note from pyplot.subplot_mosaic
2 parents b06433c + cbc225e commit c532bd9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/pyplot.py

-5
Original file line numberDiff line numberDiff line change
@@ -1499,11 +1499,6 @@ def subplot_mosaic(mosaic, *, sharex=False, sharey=False,
14991499
15001500
This is a helper function to build complex GridSpec layouts visually.
15011501
1502-
.. note::
1503-
1504-
This API is provisional and may be revised in the future based on
1505-
early user feedback.
1506-
15071502
See :doc:`/gallery/subplots_axes_and_figures/mosaic`
15081503
for an example and full API documentation
15091504

0 commit comments

Comments
 (0)