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

Function test_empty

lib/matplotlib/tests/test_usetex.py:47–49  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

45
46@check_figures_equal(extensions=['png', 'pdf', 'svg'])
47def test_empty(fig_test, fig_ref):
48 mpl.rcParams['text.usetex'] = True
49 fig_test.text(.5, .5, "% a comment")
50
51
52@check_figures_equal(extensions=['png', 'pdf', 'svg'])

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…