8000 Adding a missing 'b' back into two 'bbox_' kwargs · matplotlib/matplotlib@29d5bb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d5bb8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/axes_grid1/inset_locator.py

Lines 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