()
| 400 | |
| 401 | @image_comparison(['hatch_simplify'], remove_text=True, style='_classic_test') |
| 402 | def test_hatch(): |
| 403 | fig, ax = plt.subplots() |
| 404 | ax.add_patch(plt.Rectangle((0, 0), 1, 1, fill=False, hatch="/")) |
| 405 | ax.set_xlim(0.45, 0.55) |
| 406 | ax.set_ylim(0.45, 0.55) |
| 407 | |
| 408 | |
| 409 | @image_comparison(['fft_peaks'], remove_text=True, style='_classic_test') |