Page MenuHomec4science

phi_nontriv.tex
No OneTemporary

File Metadata

Created
Sat, Jan 18, 14:14

phi_nontriv.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
xlabel={$r$ [\si{\metre}]},
xmin = 0, xmax = 0.12,
legend style =
{
at = {(0.95, 0.95)},
anchor = north east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
x tick label style={
/pgf/number format/.cd,
fixed,
fixed zerofill,
precision=2
}
}
\begin{axis}
[
ylabel={$\phi$ [\si{\volt}]},
ymin = -0.1, ymax = 1.2
]
\addplot+
[
color = blue,
mark = +,
mark options = {
draw = blue,
fill = none
},
only marks,
on layer = foreground
]
gnuplot [raw gnuplot] {
plot "outs/field/3Efield.dat" using 3:4;
};
\addlegendentry{$N_1 = 3$}
\addplot+
[
color = red,
mark = asterisk,
mark options = {
draw = red,
fill = none
},
only marks,
on layer = main
]
gnuplot [raw gnuplot] {
plot "outs/field/5Efield.dat" using 3:4;
};
\addlegendentry{$N_1 = 5$}
\addplot+
[
color = yellow,
mark = *,
mark options = {
draw = yellow,
fill = none
},
only marks,
on layer = main
]
gnuplot [raw gnuplot] {
plot "outs/field/8Efield.dat" using 3:4;
};
\addlegendentry{$N_1 = 8$}
\addplot+
[
color = brown,
mark = triangle*,
mark options = {
draw = brown,
fill = none
},
only marks,
on layer = main
]
gnuplot [raw gnuplot] {
plot "outs/field/10Efield.dat" using 3:4;
};
\addlegendentry{$N_1 = 10$}
\addplot+
[
color = black,
smooth,
mark = none,
on layer = background
]
gnuplot [raw gnuplot] {
plot "outs/field/1000Efield.dat" using 3:4;
};
\addlegendentry{$N_1 = 1000$}
\end{axis}
\end{tikzpicture}

Event Timeline