(self)
| 2283 | self._bbox.update_from_data_xy(xy) |
| 2284 | |
| 2285 | def get_paths(self): |
| 2286 | if self._paths is None: |
| 2287 | self.set_paths() |
| 2288 | return self._paths |
| 2289 | |
| 2290 | def set_paths(self): |
| 2291 | self._paths = self.convert_mesh_to_paths(self._triangulation) |