()
| 272 | |
| 273 | @image_comparison(['marker_paths.pdf'], remove_text=True, style='_classic_test') |
| 274 | def test_marker_paths_pdf(): |
| 275 | N = 7 |
| 276 | |
| 277 | plt.errorbar(np.arange(N), |
| 278 | np.ones(N) + 4, |
| 279 | np.ones(N)) |
| 280 | plt.xlim(-1, N) |
| 281 | plt.ylim(-1, 7) |
| 282 | |
| 283 | |
| 284 | @image_comparison(['nan_path'], style='default', remove_text=True, |
nothing calls this directly
no test coverage detected
searching dependent graphs…