Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f77c979

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

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎lib/matplotlib/offsetbox.py

Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py
+3-2Lines changed: 3 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.