@@ -62,7 +62,7 @@ Changed function signatures
6262kwarg ``fig `` to `.GridSpec.get_subplot_params ` is
6363deprecated, use ``figure `` instead.
6464
65- Using `.pyplot.axes ` with an `.Axes ` as argument is deprecated. This sets
65+ Using `.pyplot.axes ` with an `~matplotlib.axes .Axes ` as argument is deprecated. This sets
6666the current axes, i.e. it has the same effect as `.pyplot.sca `. For clarity
6767``plt.sca(ax) `` should be preferred over ``plt.axes(ax) ``.
6868
@@ -864,7 +864,7 @@ Deprecation and removal
864864
865865Color of Axes
866866~~~~~~~~~~~~~
867- The ``axisbg `` and ``axis_bgcolor `` properties on `` Axes `` have been
867+ The ``axisbg `` and ``axis_bgcolor `` properties on * Axes * have been
868868deprecated in favor of ``facecolor ``.
869869
870870GTK and GDK backends deprecated
@@ -1297,8 +1297,8 @@ algorithm that was not necessarily applicable to custom Axes. Three new private
12971297methods, :meth: `~matplotlib.axes._base._AxesBase._get_view `,
12981298:meth: `~matplotlib.axes._base._AxesBase._set_view `, and
12991299:meth: `~matplotlib.axes._base._AxesBase._set_view_from_bbox `, allow for custom
1300- `` Axes `` classes to override the pan and zoom algorithms. Implementors of
1301- custom `` Axes `` who override these methods may provide suitable behaviour for
1300+ * Axes * classes to override the pan and zoom algorithms. Implementors of
1301+ custom * Axes * who override these methods may provide suitable behaviour for
13021302both pan and zoom as well as the view navigation buttons on the interactive
13031303toolbars.
13041304
0 commit comments