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 b0a1379

Browse filesBrowse files
committed
Modify indicate_inset default label value
1 parent 5417682 commit b0a1379
Copy full SHA for b0a1379

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
416416

417417
if transform is None:
418418
transform = self.transData
419-
kwargs.setdefault('label', 'indicate_inset')
419+
kwargs.setdefault('label', '_indicate_inset')
420420

421421
x, y, width, height = bounds
422422
rectangle_patch = mpatches.Rectangle(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.