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

Function test_invisible_axes

lib/matplotlib/tests/test_axes.py:56–58  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

54
55@check_figures_equal()
56def test_invisible_axes(fig_test, fig_ref):
57 ax = fig_test.subplots()
58 ax.set_visible(False)
59
60
61def test_get_labels():

Callers

nothing calls this directly

Calls 2

subplotsMethod · 0.45
set_visibleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…