MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_edgecolor

Method get_edgecolor

lib/matplotlib/collections.py:881–885  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

879 return self._facecolors
880
881 def get_edgecolor(self):
882 if cbook._str_equal(self._edgecolors, 'face'):
883 return self.get_facecolor()
884 else:
885 return self._edgecolors
886
887 def _get_default_edgecolor(self):
888 # This may be overridden in a subclass.

Callers 2

drawMethod · 0.95
get_hatchcolorMethod · 0.95

Calls 1

get_facecolorMethod · 0.95

Tested by

no test coverage detected