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

Function test_savefig_tight

lib/matplotlib/tests/test_backend_svg.py:334–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332
333
334def test_savefig_tight():
335 # Check that the draw-disabled renderer correctly disables open/close_group
336 # as well.
337 plt.savefig(BytesIO(), format="svgz", bbox_inches="tight")
338
339
340def test_url():

Callers

nothing calls this directly

Calls 1

savefigMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…