File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
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
284
284
# :class:`matplotlib.figure.Figure`, and it contains everything in the
285
285
# figure. The background of the figure is a
286
286
# :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
288
288
# you add subplots (:meth:`~matplotlib.figure.Figure.add_subplot`) and
289
289
# Axes (:meth:`~matplotlib.figure.Figure.add_axes`) to the figure
290
290
# 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
375
375
# customize the ``Artists`` it contains. Like the
376
376
# :class:`~matplotlib.figure.Figure`, it contains a
377
377
# :class:`~matplotlib.patches.Patch`
378
- # :attr:`~matplotlib.axes.Axes.patch` which is a
378
+ # :attr:`! ~matplotlib.axes.Axes.patch` which is a
379
379
# :class:`~matplotlib.patches.Rectangle` for Cartesian coordinates and a
380
380
# :class:`~matplotlib.patches.Circle` for polar coordinates; this patch
381
381
# determines the shape, background and border of the plotting region::
You can’t perform that action at this time.
0 commit comments