Hi,
I'd like to plot a large file (78000 points) with pgfplots, and it
obviously fails with pdflatex. I tried to use lualatex instead, but it does
not seem to find my file...
So I tried a very simple example :
\documentclass{article}
\usepackage[utf8]{luainputenc}
\usepackage{pgfplots}
\pgfplotsset{compat=1.7}
\begin{document}
\begin{tikzpicture}
\begin{axis}
\addplot file {Sinus};
\end{axis}
\end{tikzpicture}
\end{document}
with the Sinus file (a small one, 100 points) starting with:
0.00000000e+00 0.00000000e+00
2.02020202e-02 2.02006461e-02
4.04040404e-02 4.03930481e-02
6.06060606e-02 6.05689655e-02
8.08080808e-02 8.07201641e-02
1.01010101e-01 1.00838420e-01
and it fails with:
! Package pgfplots Error: sorry, plot file{Sinus} could not be opened.
Note that compiling this document with pdflatex works as intended. What am
I doing wrong? I searched on google, but couldn't find anything...
Thanks for your help! Regards,
--
Aurélien Coillet
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features