Cache relevant computations when the axes limits have changed.
(self, bbox)
| 285 | self._old_limits = (x1, x2, y1, y2) |
| 286 | |
| 287 | def _update_grid(self, bbox): |
| 288 | """Cache relevant computations when the axes limits have changed.""" |
| 289 | |
| 290 | def get_gridlines(self, which, axis): |
| 291 | """ |