(fig_test, fig_ref)
| 39 | |
| 40 | @check_figures_equal() |
| 41 | def 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') |
nothing calls this directly
no test coverage detected
searching dependent graphs…