Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_capstyle
Method
get_capstyle
lib/matplotlib/patches.py:595–597 ·
view source on GitHub ↗
Return the capstyle.
(self)
Source
from the content-addressed store, hash-verified
593
self.stale = True
594
595
def
get_capstyle(self):
596
""
"Return the capstyle."
""
597
return
self._capstyle.name
598
599
@_docstring.interpd
600
def
set_joinstyle(self, s):
Callers
9
test_default_capstyle
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_capstyle
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_default_capstyle
Function · 0.76
test_capstyle
Function · 0.36