@@ -73,6 +73,14 @@ Classes and methods
7373- ``scale.NaturalLogTransform `` (use ``scale.LogTransform `` instead)
7474- ``scale.InvertedNaturalLogTransform `` (use ``scale.InvertedLogTransform `` instead)
7575
76+ - ``spines.Spine.is_frame_like() `` (no replacement)
77+
78+ - ``text.Text.is_math_text() `` (use ``cbook.is_math_text() `` instead)
79+ - ``text.TextWithDash() `` (use ``text.Annotation `` instead)
80+ - ``textpath.TextPath.is_math_text() `` (use ``cbook.is_math_text() `` instead)
81+ - ``textpath.TextPath.text_get_vertices_codes() ``
82+ (use ``textpath.text_to_path.get_text_path() `` instead)
83+
7684- ``ticker.OldScalarFormatter.pprint_val() `` (no replacement)
7785- ``ticker.ScalarFormatter.pprint_val() `` (no replacement)
7886- ``ticker.LogFormatter.pprint_val() `` (no replacement)
@@ -112,8 +120,6 @@ Classes and methods
112120- ``path.get_paths_extents() ``
113121 (use ``path.get_path_collection_extents() `` instead)
114122
115- - ``text.TextWithDash `` (use ``text.Annotation `` instead)
116-
117123- ``mplot3d.proj3d.line2d() `` (no replacement)
118124- ``mplot3d.proj3d.line2d_dist() `` (no replacement)
119125- ``mplot3d.proj3d.line2d_seg_dist() `` (no replacement)
@@ -142,6 +148,8 @@ Classes and methods
142148- ``axisartist.axislines.Axes.AxisDict ``
143149 (use ``axis_grid1.mpl_axes.Axes.AxisDict `` instead)
144150
151+ - ``widgets.SpanSelector.buttonDown `` property (no replacement)
152+
145153Arguments
146154~~~~~~~~~
147155- ``Axes.text() `` / ``pyplot.text() `` do not support the parameter ``withdash ``
0 commit comments