Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error saving as SVG SystemError: opening file tikzpicture.log: No such file or directory #1088

Closed
mohamed82008 opened this issue Sep 15, 2017 · 1 comment

Comments

@mohamed82008
Copy link

I get the above error when I try to plot using Plots.jl with pgfplots() as a backend. Any idea what is missing?

@SebastianM-C
Copy link
Member

I think that this may be because you are missing pdf2svg. Did you try to use plot(...); and then savefig?
This way the PDF will not be converted to SVG for display and it should work even if you don't have pdf2svg installed.

@t-bltg t-bltg closed this as completed Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants