MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_joinstyle

Method set_joinstyle

lib/matplotlib/collections.py:744–752  ·  view source on GitHub ↗

Set the `.JoinStyle` for the collection (for all its elements). Parameters ---------- js : `.JoinStyle` or %(JoinStyle)s

(self, js)

Source from the content-addressed store, hash-verified

742
743 @_docstring.interpd
744 def set_joinstyle(self, js):
745 """
746 Set the `.JoinStyle` for the collection (for all its elements).
747
748 Parameters
749 ----------
750 js : `.JoinStyle` or %(JoinStyle)s
751 """
752 self._joinstyle = JoinStyle(js)
753
754 @_docstring.interpd
755 def get_joinstyle(self):

Callers 2

__init__Method · 0.95
drawMethod · 0.45

Calls 1

JoinStyleClass · 0.85

Tested by

no test coverage detected