()
| 103 | @pytest.mark.backend('pgf') |
| 104 | @image_comparison(['pgf_xelatex.pdf'], style='default') |
| 105 | def test_xelatex(): |
| 106 | rc_xelatex = {'font.family': 'serif', |
| 107 | 'pgf.rcfonts': False} |
| 108 | mpl.rcParams.update(rc_xelatex) |
| 109 | create_figure() |
| 110 | |
| 111 | |
| 112 | try: |
nothing calls this directly
no test coverage detected
searching dependent graphs…