Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99027873
phi_nontriv.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 14:14
Size
1 KB
Mime Type
text/x-tex
Expires
Mon, Jan 20, 14:14 (2 d)
Engine
blob
Format
Raw Data
Handle
23689865
Attached To
rSTICAZZI yearII_reports
phi_nontriv.tex
View Options
\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
Log In to Comment