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

Method get_hatch_color

lib/matplotlib/backend_bases.py:976–978  ·  view source on GitHub ↗

Get the hatch color.

(self)

Source from the content-addressed store, hash-verified

974 return Path.hatch(hatch, density)
975
976 def get_hatch_color(self):
977 """Get the hatch color."""
978 return self._hatch_color
979
980 def set_hatch_color(self, hatch_color):
981 """Set the hatch color."""

Callers 3

draw_pathMethod · 0.80
_draw_psMethod · 0.80
_get_hatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected