Page MenuHomec4science

acciaio_lega_est.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 05:18

acciaio_lega_est.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$U_x$ [\si{\volt}]},
xmin = -4, xmax = 4,
title = {Steel alloy(Silver-Chrome) C$_12$ $1.05\%$},
legend style =
{
at = {(0.1, 0.85)},
anchor = north west
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{axis}
[
ylabel={$U_y$ [\si{\volt}]},
ymin = -0.06, ymax = 0.06
]
\addplot
[
mark = x,
smooth,
color = red,
only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/acciao_lega_est1V.dat" using 1:2;
};
\addlegendentry{$H_m \approx$ 1V}
\addplot
[
mark = +,
smooth,
color = orange,
only marks,
mark options = {
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/acciao_lega_est3V.dat" using 1:2;
};
\addlegendentry{$H_m \approx$ 3V}
\addplot
[
mark = x,
smooth,
color = blue,
only marks,
mark options = {
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/acciao_lega_est5V.dat" using 1:2;
};
\addlegendentry{$H_m \approx$ 5V}
\addplot
[
mark = +,
smooth,
color = yellow,
only marks,
mark options = {
draw = yellow,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/acciao_lega_est_sat.dat" using 1:2;
};
\addlegendentry{$H_m = H_s$ }
\end{axis}
\end{tikzpicture}

Event Timeline