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

Function test_xelatex

lib/matplotlib/tests/test_backend_pgf.py:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103@pytest.mark.backend('pgf')
104@image_comparison(['pgf_xelatex.pdf'], style='default')
105def test_xelatex():
106 rc_xelatex = {'font.family': 'serif',
107 'pgf.rcfonts': False}
108 mpl.rcParams.update(rc_xelatex)
109 create_figure()
110
111
112try:

Callers

nothing calls this directly

Calls 2

create_figureFunction · 0.70
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…