File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ class in the Matplotlib API, and the one you will be working with most
284284# :class:`matplotlib.figure.Figure`, and it contains everything in the
285285# figure. The background of the figure is a
286286# :class:`~matplotlib.patches.Rectangle` which is stored in
287- # :attr:`Figure.patch <matplotlib.figure.Figure.patch>`. As
287+ # :attr:`! Figure.patch <matplotlib.figure.Figure.patch>`. As
288288# you add subplots (:meth:`~matplotlib.figure.Figure.add_subplot`) and
289289# Axes (:meth:`~matplotlib.figure.Figure.add_axes`) to the figure
290290# these will be appended to the :attr:`Figure.axes
@@ -375,7 +375,7 @@ class in the Matplotlib API, and the one you will be working with most
375375# customize the ``Artists`` it contains. Like the
376376# :class:`~matplotlib.figure.Figure`, it contains a
377377# :class:`~matplotlib.patches.Patch`
378- # :attr:`~matplotlib.axes.Axes.patch` which is a
378+ # :attr:`! ~matplotlib.axes.Axes.patch` which is a
379379# :class:`~matplotlib.patches.Rectangle` for Cartesian coordinates and a
380380# :class:`~matplotlib.patches.Circle` for polar coordinates; this patch
381381# determines the shape, background and border of the plotting region::
You can’t perform that action at this time.
0 commit comments