Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_artists
Method · 0.45
_update_prop
Method · 0.45
draw_path
Method · 0.45
_draw_ps
Method · 0.45
draw_path
Method · 0.45
draw_path_collection
Method · 0.45
_get_hatch
Method · 0.45
_get_style_dict
Method · 0.45
draw_path
Method · 0.45
test_fillcycle_basic
Function · 0.45
test_fillcycle_ignore
Function · 0.45
test_grouped_bar_hatch_sequence
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_fillcycle_basic
Function · 0.36
test_fillcycle_ignore
Function · 0.36
test_grouped_bar_hatch_sequence
Function · 0.36