MCPcopy 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_capstyleFunction · 0.95
drawMethod · 0.45
draw_markersMethod · 0.45
_draw_psMethod · 0.45
pathCollectionObjectMethod · 0.45
draw_markersMethod · 0.45
_get_style_dictMethod · 0.45
test_capstyleFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_default_capstyleFunction · 0.76
test_capstyleFunction · 0.36