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

Method get_hatch

lib/matplotlib/collections.py:613–615  ·  view source on GitHub ↗

Return the current hatching pattern.

(self)

Source from the content-addressed store, hash-verified

611 self.stale = True
612
613 def get_hatch(self):
614 """Return the current hatching pattern."""
615 return self._hatch
616
617 def set_hatch_linewidth(self, lw):
618 """Set the hatch linewidth."""

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected