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

Function test_invisible_axes

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:41–43  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

39
40@check_figures_equal()
41def test_invisible_axes(fig_test, fig_ref):
42 ax = fig_test.subplots(subplot_kw=dict(projection='3d'))
43 ax.set_visible(False)
44
45
46@mpl3d_image_comparison(['grid_off.png'], style='mpl20')

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…