8000 STY: PEP8 removal of whitespace · matplotlib/matplotlib@ba2bd6a · GitHub
[go: up one dir, main page]

Skip to content

Commit ba2bd6a

Browse files
committed
STY: PEP8 removal of whitespace
1 parent 322c75f commit ba2bd6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/collections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ def _set_facecolor(self, c):
655655
self._facecolors = mcolors.to_rgba_array(c, self._alpha)
656656
self.stale = True
657657

658-
659658
def set_facecolor(self, c):
660659
"""
661660
Set the facecolor(s) of the collection. *c* can be a
@@ -670,7 +669,6 @@ def set_facecolor(self, c):
670669
self._original_facecolor = c
671670
self._set_facecolor(c)
672671

673-
674672
def set_facecolors(self, c):
675673
"""alias for set_facecolor"""
676674
return self.set_facecolor(c)

0 commit comments

Comments
 (0)
0