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

Method set_hatch_linewidth

lib/matplotlib/patches.py:653–655  ·  view source on GitHub ↗

Set the hatch linewidth.

(self, lw)

Source from the content-addressed store, hash-verified

651 return self._hatch
652
653 def set_hatch_linewidth(self, lw):
654 """Set the hatch linewidth."""
655 self._hatch_linewidth = lw
656
657 def get_hatch_linewidth(self):
658 """Return the hatch linewidth."""

Calls

no outgoing calls

Tested by 2

test_hatch_linewidthFunction · 0.36