MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_useafm

Function test_useafm

lib/matplotlib/tests/test_backend_ps.py:214–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212
213@image_comparison(["useafm.eps"], style='_classic_test')
214def 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')

Callers

nothing calls this directly

Calls 4

axhlineMethod · 0.80
subplotsMethod · 0.45
set_axis_offMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…