Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_joinstyle
Method
get_joinstyle
lib/matplotlib/patches.py:615–617 ·
view source on GitHub ↗
Return the joinstyle.
(self)
Source
from the content-addressed store, hash-verified
613
self.stale = True
614
615
def
get_joinstyle(self):
616
""
"Return the joinstyle."
""
617
return
self._joinstyle.name
618
619
def
set_hatch(self, hatch):
620
r
""
"
Callers
9
test_default_joinstyle
Function · 0.95
draw
Method · 0.45
draw_markers
Method · 0.45
_draw_ps
Method · 0.45
_print_pgf_path_styles
Method · 0.45
pathCollectionObject
Method · 0.45
draw_markers
Method · 0.45
_get_style_dict
Method · 0.45
test_joinstyle
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_default_joinstyle
Function · 0.76
test_joinstyle
Function · 0.36