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 56bdcd1

Browse filesBrowse files
ImportanceOfBeingErnestMeeseeksDev[bot]
authored andcommitted
Backport PR #12469: Clarify documentation of offsetbox.AnchoredText's prop kw argument
1 parent 2e10154 commit 56bdcd1
Copy full SHA for 56bdcd1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.