also ich habe schon die Lösung gefunden, nur will ich wissen ob es soch auch richtig ist. Siehe unten.
\documentclass{scrartcl} \usepackage{pgfplots} \pgfplotsset{compat=newest} %\tikzexternalize \begin{document} \begin{tikzpicture} \begin{axis} [ width=14cm, height=6cm, grid=both, xlabel={$t/mx$}, ylabel={$I/A$}, xmin=0, xmax=7.5e-4, ymin=-3, ymax=3, ytick={-2,0,2}, minor tick num=1, %scaled x ticks=manual:{}{\pgfmathparse{#1/10e-4}}, /pgf/number format/dec sep={,} ] \addplot[blue]table [ col sep=semicolon, x=a,y=b, ] { a;b 0; 0.1 1e-4; -2.2 2e-4; -1.3 3e-4; 0.4 4e-4; 0.5 5e-4; 1.4 6e-4; 2.3 7e-4; 1.2 7.5e-4; 0.3 }; \end{axis} \end{tikzpicture}
Grüße
FloRida