@@ -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.cbook.get_sample_data
@@ -148,16 +135,10 @@ matplotlib.text.Text.set_weight
148135matplotlib.axes._base._AxesBase.get_fc
149136matplotlib.axes._base._AxesBase.set_fc
150137
151- # Other dynamic python behaviors not type hinted
152- matplotlib.rcsetup.defaultParams
153-
154138# Maybe should be abstractmethods, required for subclasses, stubs define once
155139matplotlib.tri.*TriInterpolator.__call__
156140matplotlib.tri.*TriInterpolator.gradient
157141
158- # Functionally a method call, but actually a class instance, type hinted as former
159- matplotlib.rcsetup.validate_fillstyle
160-
161142# TypeVar used only in type hints
162143matplotlib.backend_bases.FigureCanvasBase._T
163144matplotlib.backend_managers.ToolManager._T
0 commit comments