@@ -32,18 +32,6 @@ matplotlib.ticker.LogitLocator.nonsingular
3232matplotlib.backend_bases._Mode.__new__
3333matplotlib.units.Number.__hash__
3434
35- # Property read-write vs read-only weirdness, fix if possible
36- matplotlib.offsetbox.DraggableBase.canvas
37- matplotlib.offsetbox.DraggableBase.cids
38- matplotlib.transforms.BboxTransform.is_separable
39- matplotlib.transforms.BboxTransformFrom.is_separable
40- matplotlib.transforms.BboxTransformTo.is_separable
41- matplotlib.transforms.BlendedAffine2D.is_separable
42- matplotlib.transforms.CompositeGenericTransform.is_separable
43- matplotlib.transforms.TransformWrapper.input_dims
44- matplotlib.transforms.TransformWrapper.is_separable
45- matplotlib.transforms.TransformWrapper.output_dims
46-
4735# 3.6 Pending deprecations
4836matplotlib.figure.Figure.set_constrained_layout
4937matplotlib.figure.Figure.set_constrained_layout_pads
@@ -52,7 +40,6 @@ matplotlib.figure.Figure.set_tight_layout
5240# 3.7 deprecations
5341matplotlib.cm.register_cmap
5442matplotlib.cm.unregister_cmap
55- matplotlib.collections.PolyCollection.span_where
5643
5744# 3.8 deprecations
5845matplotlib.contour.ContourSet.allkinds
@@ -63,16 +50,10 @@ matplotlib.contour.ContourSet.tlinewidths
6350# positional-only argument name lacking leading underscores
6451matplotlib.axes._base._AxesBase.axis
6552
66- # Other dynamic python behaviors not type hinted
67- matplotlib.rcsetup.defaultParams
68-
6953# Maybe should be abstractmethods, required for subclasses, stubs define once
7054matplotlib.tri.*TriInterpolator.__call__
7155matplotlib.tri.*TriInterpolator.gradient
7256
73- # Functionally a method call, but actually a class instance, type hinted as former
74- matplotlib.rcsetup.validate_fillstyle
75-
7657# TypeVar used only in type hints
7758matplotlib.backend_bases.FigureCanvasBase._T
7859matplotlib.backend_managers.ToolManager._T
0 commit comments