Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd47eb7

Browse files
committed
Removed lines that were commented out previously
1 parent 17280cf commit dd47eb7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/mpl_toolkits/axes_grid1/axes_grid.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from matplotlib.gridspec import SubplotSpec
1818

1919
from .axes_divider import Size, SubplotDivider, LocatableAxes, Divider
20-
20+
2121

2222
def _extend_axes_pad(value):
2323
# Check whether a list/tuple/array or scalar has been passed
@@ -330,7 +330,6 @@ def _update_locators(self):
330330
h = []
331331

332332
h_ax_pos = []
333-
#h_cb_pos = []
334333

335334
for _ in self._column_refax:
336335
#if h: h.append(Size.Fixed(self._axes_pad))
@@ -345,7 +344,6 @@ def _update_locators(self):
345344
v = []
346345

347346
v_ax_pos = []
348-
v_cbI#_pos = []
349347
for _ in self._row_refax[::-1]:
350348
#if v: v.append(Size.Fixed(self._axes_pad))
351349
if v:

0 commit comments

Comments
 (0)