()
| 212 | |
| 213 | @image_comparison(["useafm.eps"], style='_classic_test') |
| 214 | def test_useafm(): |
| 215 | mpl.rcParams["ps.useafm"] = True |
| 216 | fig, ax = plt.subplots() |
| 217 | ax.set_axis_off() |
| 218 | ax.axhline(.5) |
| 219 | ax.text(.5, .5, "qk") |
| 220 | |
| 221 | |
| 222 | @image_comparison(["coloredhatcheszerolw.eps"], style='_classic_test') |
nothing calls this directly
no test coverage detected
searching dependent graphs…