(fig_test, fig_ref)
| 45 | |
| 46 | @check_figures_equal(extensions=['png', 'pdf', 'svg']) |
| 47 | def test_empty(fig_test, fig_ref): |
| 48 | mpl.rcParams['text.usetex'] = True |
| 49 | fig_test.text(.5, .5, "% a comment") |
| 50 | |
| 51 | |
| 52 | @check_figures_equal(extensions=['png', 'pdf', 'svg']) |
nothing calls this directly
no test coverage detected
searching dependent graphs…