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 33aa745

Browse filesBrowse files
committed
STY: remove trailing whitespace
1 parent 2086719 commit 33aa745
Copy full SHA for 33aa745

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/mpl_toolkits/axes_grid1/inset_locator.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/inset_locator.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def mark_inset(parent_axes, inset_axes, loc1, loc2, **kwargs):
578578
The patches connecting two corners of the inset axes and its area.
579579
"""
580580
rect = TransformedBbox(inset_axes.viewLim, parent_axes.transData)
581-
581+
582582
fill = kwargs.pop("fill", False)
583583
pp = BboxPatch(rect, fill=fill, **kwargs)
584584
parent_axes.add_patch(pp)

0 commit comments

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