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 7c15a19 + 66da89d commit b87e85cCopy full SHA for b87e85c
test/helpers.py
@@ -52,7 +52,7 @@ def __init__(self, fig):
52
\\pgfplotsset{compat=newest}
53
\\begin{document}
54
\\input{%s}
55
- \\end{document}''' % tikz_file
+ \\end{document}''' % tikz_file.replace('\\', '/')
56
tex_file = tmp_base + '.tex'
57
with open(tex_file, 'w') as f:
58
f.write(wrapper)
0 commit comments