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

Method _get_default_edgecolor

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

Source from the content-addressed store, hash-verified

885 return self._edgecolors
886
887 def _get_default_edgecolor(self):
888 # This may be overridden in a subclass.
889 return mpl.rcParams['patch.edgecolor']
890
891 def get_hatchcolor(self):
892 if cbook._str_equal(self._hatchcolors, 'edge'):

Callers 2

get_hatchcolorMethod · 0.95
_set_edgecolorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected