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

Skip to content

Commit 2af443e

Browse files
committed
Fix PEP8 whitespace issue
1 parent ebb7a9d commit 2af443e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def __init__(self, ax, mappable, **kw):
870870
else:
871871
if getattr(cmap, 'colorbar_extend', False) is not False:
872872
kw.setdefault('extend', cmap.colorbar_extend)
873-
873+
874874
if isinstance(mappable, martist.Artist):
875875
kw['alpha'] = mappable.get_alpha()
876876

0 commit comments

Comments
 (0)