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

Method get_aspect

lib/mpl_toolkits/axes_grid1/axes_divider.py:453–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

451 return ax
452
453 def get_aspect(self):
454 if self._aspect is None:
455 aspect = self._axes.get_aspect()
456 if aspect == "auto":
457 return False
458 else:
459 return True
460 else:
461 return self._aspect
462
463 def get_position(self):
464 if self._pos is None:

Callers

nothing calls this directly

Calls 1

get_aspectMethod · 0.45

Tested by

no test coverage detected