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

Method get_hatch_linewidth

lib/matplotlib/patches.py:657–659  ·  view source on GitHub ↗

Return the hatch linewidth.

(self)

Source from the content-addressed store, hash-verified

655 self._hatch_linewidth = lw
656
657 def get_hatch_linewidth(self):
658 """Return the hatch linewidth."""
659 return self._hatch_linewidth
660
661 def _has_dashed_edge(self):
662 """

Callers 5

draw_pathMethod · 0.45
_draw_psMethod · 0.45
_get_hatchMethod · 0.45
test_hatch_linewidthFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_hatch_linewidthFunction · 0.36