File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ addons:
1515 - dvipng
1616 - pgf
1717 - lmodern
18+ - cm-super
1819 - texlive-latex-base
1920 - texlive-latex-extra
2021 - texlive-fonts-recommended
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def test_pdflatex():
104104 '\\ usepackage[T1]{fontenc}' ]}
105105 mpl .rcParams .update (rc_pdflatex )
106106 create_figure ()
107- compare_figure ('pgf_pdflatex.pdf' , tol = 14 )
107+ compare_figure ('pgf_pdflatex.pdf' , tol = 0 )
108108
109109
110110# test updating the rc parameters for each figure
@@ -129,7 +129,7 @@ def test_rcupdate():
129129 'pgf.preamble' : ['\\ usepackage[utf8x]{inputenc}' ,
130130 '\\ usepackage[T1]{fontenc}' ,
131131 '\\ usepackage{sfmath}' ]})
132- tol = (4 , 13 )
132+ tol = (4 , 0 )
133133 for i , rc_set in enumerate (rc_sets ):
134134 mpl .rcParams .update (rc_set )
135135 create_figure ()
You can’t perform that action at this time.
0 commit comments