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

Method _update_image_limits

lib/matplotlib/axes/_base.py:2447–2449  ·  view source on GitHub ↗
(self, image)

Source from the content-addressed store, hash-verified

2445 return image
2446
2447 def _update_image_limits(self, image):
2448 xmin, xmax, ymin, ymax = image.get_extent()
2449 self.axes.update_datalim(((xmin, ymin), (xmax, ymax)))
2450
2451 def add_line(self, line):
2452 """

Callers 1

relimMethod · 0.95

Calls 2

get_extentMethod · 0.45
update_datalimMethod · 0.45

Tested by

no test coverage detected