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 3f2a1b9 commit 25b6c53Copy full SHA for 25b6c53
1 file changed
lib/matplotlib/lines.py
@@ -877,7 +877,7 @@ def get_markeredgecolor(self):
877
if self._marker.get_marker() in ('.', ','):
878
return self._color
879
if self._marker.is_filled() and self.get_fillstyle() != 'none':
880
- return 'k' # Bad hard-wired default...
+ return 'k' # Bad hard-wired default...
881
882
else:
883
return mec
0 commit comments