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

Method get_hatch

lib/matplotlib/backend_bases.py:965–967  ·  view source on GitHub ↗

Get the current hatch style.

(self)

Source from the content-addressed store, hash-verified

963 self._hatch = hatch
964
965 def get_hatch(self):
966 """Get the current hatch style."""
967 return self._hatch
968
969 def get_hatch_path(self, density=6.0):
970 """Return a `.Path` for the current hatch."""

Callers 1

get_hatch_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected