()
| 1242 | @image_comparison(['features'], remove_text=False, style='mpl20', |
| 1243 | extensions=['png', 'pdf', 'svg', 'eps']) |
| 1244 | def test_text_features(): |
| 1245 | fig = plt.figure(figsize=(5, 1.5)) |
| 1246 | _test_text_features(fig) |
| 1247 | |
| 1248 | |
| 1249 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…