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

Skip to content

Commit 5a9d0e3

Browse files
committed
DOC: Add links to patch Artists and improve phrasing
1 parent 27a3ca9 commit 5a9d0e3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

galleries/users_explain/quick_start.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,12 @@ def my_plotter(ax, data1, data2, param_dict):
563563
# Patches
564564
# =======
565565
#
566-
# Patches are Artists with a face color and an edge color, which can be used to
567-
# draw arbitrary two dimensional regions. In addition to the more general
568-
# Polygon, there are wrappers and helpers for common shapes like Rectangles,
569-
# Circles, Boxes, Ellipses, and more.
566+
# :mod:`Patches <matplotlib.patches>` are a family of Artists that can be used
567+
# when drawing arbitrary two-dimensional regions. In addition to the general
568+
# Patch Artists :class:`~.patches.PathPatch` and :class:`~.patches.Polygon`,
569+
# common shapes have corresponding Patch Artists such as
570+
# :class:`~.patches.Circle`, :class:`~.patches.Rectangle`,
571+
# :class:`~.patches.Ellipse`, etc.
570572

571573
fig, ax = plt.subplots()
572574

0 commit comments

Comments
 (0)