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

Method get_hatch

lib/matplotlib/patches.py:649–651  ·  view source on GitHub ↗

Return the hatching pattern.

(self)

Source from the content-addressed store, hash-verified

647 self.stale = True
648
649 def get_hatch(self):
650 """Return the hatching pattern."""
651 return self._hatch
652
653 def set_hatch_linewidth(self, lw):
654 """Set the hatch linewidth."""

Callers 12

create_artistsMethod · 0.45
_update_propMethod · 0.45
draw_pathMethod · 0.45
_draw_psMethod · 0.45
draw_pathMethod · 0.45
draw_path_collectionMethod · 0.45
_get_hatchMethod · 0.45
_get_style_dictMethod · 0.45
draw_pathMethod · 0.45
test_fillcycle_basicFunction · 0.45
test_fillcycle_ignoreFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_fillcycle_basicFunction · 0.36
test_fillcycle_ignoreFunction · 0.36