(self, clipbox)
| 687 | self._bbox_patch.update(clipprops) |
| 688 | |
| 689 | def set_clip_box(self, clipbox): |
| 690 | # docstring inherited. |
| 691 | super().set_clip_box(clipbox) |
| 692 | self._update_clip_properties() |
| 693 | |
| 694 | def set_clip_path(self, path, transform=None): |
| 695 | # docstring inherited. |