Skip to content

Commit ec7524a

Browse files
committed
DOC: Rectangle: Link to FancyBboxPatch for rounded corners
Closes matplotlib#27969.
1 parent fdf8995 commit ec7524a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,10 @@ def __init__(self, xy, width, height, *,
792792
----------------
793793
**kwargs : `~matplotlib.patches.Patch` properties
794794
%(Patch:kwdoc)s
795+
796+
See Also
797+
--------
798+
FancyBboxPatch : A rectangle with a fancy box style, e.g. rounded corner.
795799
"""
796800
super().__init__(**kwargs)
797801
self._x0 = xy[0]

0 commit comments

Comments
 (0)