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

Function test_tight_pads

lib/matplotlib/tests/test_tightlayout.py:409–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407
408
409def test_tight_pads():
410 fig, ax = plt.subplots()
411 with pytest.warns(PendingDeprecationWarning,
412 match='will be deprecated'):
413 fig.set_tight_layout({'pad': 0.15})
414 fig.draw_without_rendering()
415
416
417def test_tight_kwargs():

Callers

nothing calls this directly

Calls 3

set_tight_layoutMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…