Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db6cf1c

Browse files
committed
Quiet the math -> png conversion.
svn path=/trunk/matplotlib/; revision=6034
1 parent 576885c commit db6cf1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

doc/sphinxext/mathmpl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def latex2png(latex, filename, fontset='cm'):
100100
if os.path.exists(filename):
101101
depth = mathtext_parser.get_depth(latex, dpi=100)
102102
else:
103-
print latex.encode("ascii", "backslashreplace")
104103
try:
105104
depth = mathtext_parser.to_png(filename, latex, dpi=100)
106105
except:

0 commit comments

Comments
 (0)