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

Method set_hatchcolor

lib/matplotlib/patches.py:438–447  ·  view source on GitHub ↗

Set the patch hatch color. Parameters ---------- color : :mpltype:`color` or 'edge' or None

(self, color)

Source from the content-addressed store, hash-verified

436 self.stale = True
437
438 def set_hatchcolor(self, color):
439 """
440 Set the patch hatch color.
441
442 Parameters
443 ----------
444 color : :mpltype:`color` or 'edge' or None
445 """
446 self._original_hatchcolor = color
447 self._set_hatchcolor(color)
448
449 def get_edgegapcolor(self):
450 """

Callers 4

__init__Method · 0.95
set_colorMethod · 0.95

Calls 1

_set_hatchcolorMethod · 0.95