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 99a0960

Browse filesBrowse files
authored
Merge pull request #19378 from smartlixx/change_ax_indicate_inset_label
Modify indicate_inset default label value
2 parents ed25adc + b0a1379 commit 99a0960
Copy full SHA for 99a0960

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
@@ -417,7 +417,7 @@ def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
417417

418418
if transform is None:
419419
transform = self.transData
420-
kwargs.setdefault('label', 'indicate_inset')
420+
kwargs.setdefault('label', '_indicate_inset')
421421

422422
x, y, width, height = bounds
423423
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.