8000 FIX · matplotlib/matplotlib@985eae1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 985eae1

Browse files
committed
FIX
1 parent 4a88596 commit 985eae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axes_grid1/axes_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def __init__(self, ax, direction):
303303
self._ax_list = [ax] if isinstance(ax, Axes) else ax
304304
self._direction = direction
305305

306-
def __call__(self, renderer, bbox_extra_artists=None):
306+
def __call__(self, renderer):
307307
get_func = self._get_func_map[self._direction]
308308
vl = [get_func(ax.get_tightbbox(renderer, call_axes_locator=False),
309309
ax.bbox)

0 commit comments

Comments
 (0)
0