MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _update_grid

Method _update_grid

lib/mpl_toolkits/axisartist/axislines.py:287–288  ·  view source on GitHub ↗

Cache relevant computations when the axes limits have changed.

(self, bbox)

Source from the content-addressed store, hash-verified

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 """

Callers 1

update_limMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected