nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically generated tikz not compiling. Could not read table file with `\\`.

SamuelePolimi opened this issue · comments

I have automatically generated the attached tikz plot,

tikzplot.zip

which does not compile. I report the list of error

Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e you have enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'.
Package pgfplots Error: Could not read table file '"0 -0.000893025515806463 1ur lines with `\\' (refer to the pgfplotstable manual for details). \end{tikzpicture}
Package pgfplots Error: Could not read table file '"0 -0.00314302534889599 1 r lines with `\\' (refer to the pgfplotstable manual for details). \end{tikzpicture}
Package pgfplots Error: Could not read table file '"0 -0.000532497515136643 1ur lines with `\\' (refer to the pgfplotstable manual for details). \end{tikzpicture}
Package pgfplots Error: Could not read table file '"0 -0.483852945688818 1 -0`\\' (refer to the pgfplotstable manual for details). \end{tikzpicture}
Dimension too large. \end{tikzpicture} 

And the command to PdfLaTeX from TeXstudio is pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex , since I am externalizing the tex files.

Closing for lack of feedback.