MCPcopy 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_joinstyleFunction · 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_joinstyleFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_default_joinstyleFunction · 0.76
test_joinstyleFunction · 0.36