diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index 5fe2fbf57274..36172522e0d0 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -1499,11 +1499,6 @@ def subplot_mosaic(mosaic, *, sharex=False, sharey=False, This is a helper function to build complex GridSpec layouts visually. - .. note:: - - This API is provisional and may be revised in the future based on - early user feedback. - See :doc:`/gallery/subplots_axes_and_figures/mosaic` for an example and full API documentation