Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ff5a5f

Browse filesBrowse files
committed
Added casses I missed to fix
1 parent 73b60f7 commit 9ff5a5f
Copy full SHA for 9ff5a5f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎galleries/tutorials/artists.py

Copy file name to clipboardExpand all lines: galleries/tutorials/artists.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.