Skip to content

Commit d06bdf3

Browse files
authored
Merge pull request #12475 from meeseeksmachine/auto-backport-of-pr-12469-on-v3.0.x
Backport PR #12469 on branch v3.0.x (Clarify documentation of offsetbox.AnchoredText's prop kw argument)
2 parents 2e10154 + 56bdcd1 commit d06bdf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/offsetbox.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,9 @@ def __init__(self, s, loc, pad=0.4, borderpad=0.5, prop=None, **kwargs):
12331233
borderpad : float, optional
12341234
Pad between the frame and the axes (or *bbox_to_anchor*).
12351235
1236-
prop : `matplotlib.font_manager.FontProperties`
1237-
Font properties.
1236+
prop : dictionary, optional, default: None
1237+
Dictionary of keyword parameters to be passed to the
1238+
`~matplotlib.text.Text` instance contained inside AnchoredText.
12381239
12391240
Notes
12401241
-----

0 commit comments

Comments
 (0)