Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1dc966

Browse files
committed
DOC: Correct review issues with what's new page.
1 parent 72b75c9 commit a1dc966

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

doc/users/whats_new.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ path.
107107
CheckButtons widget get_status function
108108
---------------------------------------
109109

110-
A :func:`~matplotlib.widgets.CheckButtons.get_status` method has been added the
111-
:class:`matplotlib.widgets.CheckButtons` class. This ``get_status`` method
110+
A :func:`~matplotlib.widgets.CheckButtons.get_status` method has been added to
111+
the :class:`matplotlib.widgets.CheckButtons` class. This ``get_status`` method
112112
allows user to query the status (True/False) of all of the buttons in the
113113
``CheckButtons`` object.
114114

@@ -117,10 +117,10 @@ Abstract base class for movie writers
117117
-------------------------------------
118118

119119
The new :class:`~matplotlib.animation.AbstractMovieWriter` class defines
120-
the API required by a class that is to be used as the `writer` in the
121-
`save` method of the :class:`~matplotlib.animation.Animation` class.
122-
The existing :class:`~matplotlib.animation.MovieWriter` class now derives
123-
from the new abstract base class.
120+
the API required by a class that is to be used as the ``writer`` in the
121+
:meth:`matplotlib.animation.Animation.save` method. The existing
122+
:class:`~matplotlib.animation.MovieWriter` class now derives from the new
123+
abstract base class.
124124

125125

126126
Add fill_bar argument to ``AnchoredSizeBar``
@@ -156,7 +156,7 @@ orthographic view.
156156
``voxels`` function for mplot3d
157157
-------------------------------
158158
:class:`~mpl_toolkits.mplot3d.axes3d.Axes3D` now has a
159-
`~mpl_toolkits.mplot3d.axes3d.Axes3D.voxels` method, for visualizing boolean 3d
159+
`~mpl_toolkits.mplot3d.axes3d.Axes3D.voxels` method, for visualizing boolean 3D
160160
data. Uses could include plotting a sparse 3D heat map, or visualizing a
161161
volumetric model.
162162

@@ -182,9 +182,9 @@ around the hexagons.
182182
Figure.legend() can be called without arguments
183183
-----------------------------------------------
184184

185-
Calling ``Figure.``:func:`~matplotlib.figure.Figure.legend` can now be
186-
done with no arguments. In this case a legend will be created that contains all
187-
the artists on all the axes contained within the figure.
185+
Calling :meth:`.Figure.legend` can now be done with no arguments. In this case
186+
a legend will be created that contains all the artists on all the axes
187+
contained within the figure.
188188

189189

190190
New parameter `clear` for :func:`~matplotlib.pyplot.figure`
@@ -260,7 +260,8 @@ Specify minimum value to format as scalar for ``LogFormatterMathtext``
260260
----------------------------------------------------------------------
261261

262262
:class:`~matplotlib.ticker.LogFormatterMathtext` now includes the option to
263-
specify a minimum value exponent to format as a scalar (ie. 0.001 instead of 10^-3).
263+
specify a minimum value exponent to format as a scalar (ie. 0.001 instead of
264+
10\ :sup:`-3`).
264265

265266

266267
Multiple legend keys for legend entries

0 commit comments

Comments
 (0)