Skip to content

Commit 52c1fa8

Browse files
authored
Update _tools.py
changing for PEP8
1 parent b821474 commit 52c1fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _handle_shared_axes(axarr, nplots, naxes, nrows, ncols, sharex, sharey):
312312
# other off layout handles the case that the subplot is
313313
# the last in the column, because below is no subplot/gap.
314314
if not layout[ax.rowNum + 1, ax.colNum] or \
315-
getattr(ax, '_pandas_colorbar_axes', False):
315+
getattr(ax, '_pandas_colorbar_axes', False):
316316
continue
317317
if sharex or len(ax.get_shared_x_axes()
318318
.get_siblings(ax)) > 1:

0 commit comments

Comments
 (0)