Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafdd45 commit d8ef07bCopy full SHA for d8ef07b
1 file changed
lib/mpl_toolkits/axes_grid/axes_divider.py
@@ -449,7 +449,6 @@ def new_horizontal(self, size, pad=None, pack_start=False, **kwargs):
449
locator = self.new_locator(nx=len(self._horizontal)-1, ny=0)
450
451
ax = self._get_new_axes(**kwargs)
452
- locator = self.new_locator(nx=len(self._horizontal)-1, ny=0)
453
ax.set_axes_locator(locator)
454
455
return ax
0 commit comments