()
| 1089 | |
| 1090 | @image_comparison(['imshow_flatfield.png'], remove_text=True, style='mpl20') |
| 1091 | def test_imshow_flatfield(): |
| 1092 | fig, ax = plt.subplots() |
| 1093 | im = ax.imshow(np.ones((5, 5)), interpolation='nearest') |
| 1094 | im.set_clim(.5, 1.5) |
| 1095 | |
| 1096 | |
| 1097 | @image_comparison(['imshow_bignumbers.png'], remove_text=True, style='mpl20') |