Return the line width in points.
(self)
| 806 | return self._joinstyle.name |
| 807 | |
| 808 | def get_linewidth(self): |
| 809 | """Return the line width in points.""" |
| 810 | return self._linewidth |
| 811 | |
| 812 | def get_rgb(self): |
| 813 | """Return a tuple of three or four floats from 0-1.""" |