Ho messo il disegno in un file a parte con questo codice:
`
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{/pgf/number format/use comma,compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
% ymax=60000,
xlabel=time,%
ylabel=ADC value,
grid=major,
% ]
\addplot [red,thick] table [x expr=\coordindex,y=AccTwo] {100mhz_20s_001_1.txt};
\addplot [green,thick] table [x expr=\coordindex,y=AccTwo] {100mhz_20s_001_1.txt};
\end{axis}
\end{tikzpicture}
\end{document}
`
ho lanciato `lualatex sin-100m.tex`
e il tutto si è piantato, senza dare più segni di vita, lasciando questo ultimo messaggio:
`Package pgfplots notification 'compat/show suggested version=true': document has
been generated with the most recent feature set (\pgfplotsset{compat=1.8}).
`
help me… ne ho parecchi di grafici da mettere dentro!!