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

Method set_linewidth

lib/matplotlib/backend_bases.py:938–940  ·  view source on GitHub ↗

Set the linewidth in points.

(self, w)

Source from the content-addressed store, hash-verified

936 self._joinstyle = JoinStyle(js)
937
938 def set_linewidth(self, w):
939 """Set the linewidth in points."""
940 self._linewidth = float(w)
941
942 def set_url(self, url):
943 """Set the url for links in compatible backends."""

Callers 2

_iter_collectionMethod · 0.45
_draw_text_as_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected