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

Method set_joinstyle

lib/matplotlib/backend_bases.py:928–936  ·  view source on GitHub ↗

Set how to draw connections between line segments. Parameters ---------- js : `.JoinStyle` or %(JoinStyle)s

(self, js)

Source from the content-addressed store, hash-verified

926
927 @_docstring.interpd
928 def set_joinstyle(self, js):
929 """
930 Set how to draw connections between line segments.
931
932 Parameters
933 ----------
934 js : `.JoinStyle` or %(JoinStyle)s
935 """
936 self._joinstyle = JoinStyle(js)
937
938 def set_linewidth(self, w):
939 """Set the linewidth in points."""

Callers

nothing calls this directly

Calls 1

JoinStyleClass · 0.90

Tested by

no test coverage detected