From a2f2db9f505c5bb9f47017b01bda49b0eb25dbb2 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 6 Oct 2022 18:47:56 -0400 Subject: [PATCH] DOC: remove note about ColormapRegistry being experimental We are committed now! --- lib/matplotlib/cm.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/matplotlib/cm.py b/lib/matplotlib/cm.py index 38b6eb03ca28..70c44d86b7c8 100644 --- a/lib/matplotlib/cm.py +++ b/lib/matplotlib/cm.py @@ -61,12 +61,6 @@ class ColormapRegistry(Mapping): r""" Container for colormaps that are known to Matplotlib by name. - .. admonition:: Experimental - - While we expect the API to be final, we formally mark it as - experimental for 3.5 because we want to keep the option to still adapt - the API for 3.6 should the need arise. - The universal registry instance is `matplotlib.colormaps`. There should be no need for users to instantiate `.ColormapRegistry` themselves.