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 322c75f commit ba2bd6aCopy full SHA for ba2bd6a
1 file changed
lib/matplotlib/collections.py
@@ -655,7 +655,6 @@ def _set_facecolor(self, c):
655
self._facecolors = mcolors.to_rgba_array(c, self._alpha)
656
self.stale = True
657
658
-
659
def set_facecolor(self, c):
660
"""
661
Set the facecolor(s) of the collection. *c* can be a
@@ -670,7 +669,6 @@ def set_facecolor(self, c):
670
669
self._original_facecolor = c
671
self._set_facecolor(c)
672
673
674
def set_facecolors(self, c):
675
"""alias for set_facecolor"""
676
return self.set_facecolor(c)
0 commit comments