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

Skip to content

Commit 532cc29

Browse files
ImportanceOfBeingErnestMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12469: Clarify documentation of offsetbox.AnchoredText's prop kw argument
1 parent 64798d2 commit 532cc29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,8 +1217,9 @@ def __init__(self, s, loc, pad=0.4, borderpad=0.5, prop=None, **kwargs):
12171217
borderpad : float, optional
12181218
Pad between the frame and the axes (or *bbox_to_anchor*).
12191219
1220-
prop : `matplotlib.font_manager.FontProperties`
1221-
Font properties.
1220+
prop : dictionary, optional, default: None
1221+
Dictionary of keyword parameters to be passed to the
1222+
`~matplotlib.text.Text` instance contained inside AnchoredText.
12221223
12231224
Notes
12241225
-----

0 commit comments

Comments
 (0)