Skip to content

Commit f77c979

Browse files
Merge pull request matplotlib#12469 from galenlynch/fix_AnchoredText_props_kw_doc
Clarify documentation of offsetbox.AnchoredText's prop kw argument
2 parents e08d7ba + 45f7d5d commit f77c979

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
@@ -1235,8 +1235,9 @@ def __init__(self, s, loc, pad=0.4, borderpad=0.5, prop=None, **kwargs):
12351235
borderpad : float, optional
12361236
Pad between the frame and the axes (or *bbox_to_anchor*).
12371237
1238-
prop : `matplotlib.font_manager.FontProperties`
1239-
Font properties.
1238+
prop : dictionary, optional, default: None
1239+
Dictionary of keyword parameters to be passed to the
1240+
`~matplotlib.text.Text` instance contained inside AnchoredText.
12401241
12411242
Notes
12421243
-----

0 commit comments

Comments
 (0)