()
| 140 | |
| 141 | |
| 142 | def test_logscale_subs(): |
| 143 | fig, ax = plt.subplots() |
| 144 | ax.set_yscale('log', subs=np.array([2, 3, 4])) |
| 145 | # force draw |
| 146 | fig.canvas.draw() |
| 147 | |
| 148 | |
| 149 | @image_comparison(['logscale_mask.png'], remove_text=True, style='_classic_test') |
nothing calls this directly
no test coverage detected
searching dependent graphs…