MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / _get_bottom

Function _get_bottom

site-packages/matplotlib/tight_layout.py:29–30  ·  view source on GitHub ↗
(tight_bbox, axes_bbox)

Source from the content-addressed store, hash-verified

27
28
29def _get_bottom(tight_bbox, axes_bbox):
30 return axes_bbox.ymin - tight_bbox.ymin
31
32
33def _get_top(tight_bbox, axes_bbox):

Callers 1

auto_adjust_subplotparsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected