Set the linewidth in points.
(self, w)
| 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.""" |
no outgoing calls
no test coverage detected