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 29d5bb8

Browse filesBrowse files
Adding a missing 'b' back into two 'bbox_' kwargs
Got lost in commit fad3bc1
1 parent 170de26 commit 29d5bb8
Copy full SHA for 29d5bb8

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
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
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def __init__(self, bbox_to_anchor, offsetbox, loc,
3939
super(AnchoredLocatorBase, self).__init__(loc,
4040
pad=0., child=None,
4141
borderpad=borderpad,
42-
box_to_anchor=bbox_to_anchor,
43-
box_transform=bbox_transform)
42+
bbox_to_anchor=bbox_to_anchor,
43+
bbox_transform=bbox_transform)
4444

4545
def draw(self, renderer):
4646
raise RuntimeError("No draw method should be called")

0 commit comments

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