Set the `.CapStyle` for the collection (for all its elements). Parameters ---------- cs : `.CapStyle` or %(CapStyle)s
(self, cs)
| 720 | |
| 721 | @_docstring.interpd |
| 722 | def set_capstyle(self, cs): |
| 723 | """ |
| 724 | Set the `.CapStyle` for the collection (for all its elements). |
| 725 | |
| 726 | Parameters |
| 727 | ---------- |
| 728 | cs : `.CapStyle` or %(CapStyle)s |
| 729 | """ |
| 730 | self._capstyle = CapStyle(cs) |
| 731 | |
| 732 | @_docstring.interpd |
| 733 | def get_capstyle(self): |