Set how to draw endpoints of lines. Parameters ---------- cs : `.CapStyle` or %(CapStyle)s
(self, cs)
| 856 | |
| 857 | @_docstring.interpd |
| 858 | def set_capstyle(self, cs): |
| 859 | """ |
| 860 | Set how to draw endpoints of lines. |
| 861 | |
| 862 | Parameters |
| 863 | ---------- |
| 864 | cs : `.CapStyle` or %(CapStyle)s |
| 865 | """ |
| 866 | self._capstyle = CapStyle(cs) |
| 867 | |
| 868 | def set_clip_rectangle(self, rectangle): |
| 869 | """Set the clip rectangle to a `.Bbox` or None.""" |