🌐 AI搜索 & 代理 主页
Skip to content

Commit 90748a5

Browse files
timhoffmrcomer
andauthored
DOC: Rectangle: Link to FancyBboxPatch for rounded corners (#30856)
* DOC: Rectangle: Link to FancyBboxPatch for rounded corners Closes #27969. * Update lib/matplotlib/patches.py Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com> --------- Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
1 parent 3782e61 commit 90748a5

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 corners.
795799
"""
796800
super().__init__(**kwargs)
797801
self._x0 = xy[0]

0 commit comments

Comments
 (0)