I'd like to skipp one single datapoint from my data and have found no clue on how to manage it. Has any of you an idea? The datapoint is incorrect but if I simply delete it, the datafile tells me, that the amount of datapoints in a row shouldn't be changed.
\begin{figure}
\centering
\begin{tikzpicture}
\begin{axis}
\pgfplotstableread{data.txt}
\datatable
\addplot table[y = a] from \datatable ;
\addplot table[y = b] from \datatable ;
\addplot table[y = c] from \datatable ;
\end{axis}
\end{tikzpicture}
\end{figure}

\documentclass{}to end at\end{document}command) – koleygr Sep 13 '17 at 12:07