From cbc225e2644819fc3691accce2dd98ebffe48096 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Sat, 7 Jan 2023 06:14:37 +0000 Subject: [PATCH] remove provisional note --- lib/matplotlib/pyplot.py | 5 ----- 1 file changed, 5 deletions(-) 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