We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf1191 + 45fcbaa commit 66da89dCopy full SHA for 66da89d
test/helpers.py
@@ -50,7 +50,7 @@ def __init__(self, fig):
50
\\pgfplotsset{compat=newest}
51
\\begin{document}
52
\\input{%s}
53
- \\end{document}''' % tikz_file
+ \\end{document}''' % tikz_file.replace('\\', '/')
54
tex_file = tmp_base + '.tex'
55
with open(tex_file, 'w') as f:
56
f.write(wrapper)
0 commit comments