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 da16098

Browse filesBrowse 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
Copy full SHA for da16098

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