Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_path
Method · 0.45
_draw_ps
Method · 0.45
_get_hatch
Method · 0.45
test_hatch_linewidth
Function · 0.45
test_set_and_get_hatch_linewidth
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_hatch_linewidth
Function · 0.36
test_set_and_get_hatch_linewidth
Function · 0.36