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

Skip to content

Commit da16098

Browse files
authored
Merge pull request #12476 from meeseeksmachine/auto-backport-of-pr-12469-on-v3.0.0-doc
Backport PR #12469 on branch v3.0.0-doc (Clarify documentation of offsetbox.AnchoredText's prop kw argument)
2 parents 64798d2 + 532cc29 commit da16098

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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)