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

Method set_hatch_color

lib/matplotlib/backend_bases.py:980–982  ·  view source on GitHub ↗

Set the hatch color.

(self, hatch_color)

Source from the content-addressed store, hash-verified

978 return self._hatch_color
979
980 def set_hatch_color(self, hatch_color):
981 """Set the hatch color."""
982 self._hatch_color = hatch_color
983
984 def get_hatch_linewidth(self):
985 """Get the hatch linewidth."""

Callers 2

_iter_collectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected