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

Function _get_left

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

Source from the content-addressed store, hash-verified

19
20
21def _get_left(tight_bbox, axes_bbox):
22 return axes_bbox.xmin - tight_bbox.xmin
23
24
25def _get_right(tight_bbox, axes_bbox):

Callers 1

auto_adjust_subplotparsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected