Return whether the artist uses clipping.
(self)
| 944 | and clip_path._patch is self.axes.patch)) |
| 945 | |
| 946 | def get_clip_on(self): |
| 947 | """Return whether the artist uses clipping.""" |
| 948 | return self._clipon |
| 949 | |
| 950 | def get_clip_box(self): |
| 951 | """Return the clipbox.""" |
no outgoing calls
no test coverage detected