(fig_test, fig_ref)
| 54 | |
| 55 | @check_figures_equal() |
| 56 | def test_invisible_axes(fig_test, fig_ref): |
| 57 | ax = fig_test.subplots() |
| 58 | ax.set_visible(False) |
| 59 | |
| 60 | |
| 61 | def test_get_labels(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…