Page MenuHomec4science

ferroduro.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 04:10

ferroduro.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$U_x$ [\si{\volt}]},
xmin = -7, xmax = 7,
title = {Hard-ferromagnetic, Mild steel},
legend style =
{
at = {(0.05, 0.95)},
anchor = north west
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{axis}
[
ylabel={$U_y$ [\si{\volt}]},
ymin = -0.07, ymax = 0.07
]
\addplot
[
mark = x,
smooth,
color = blue,
only marks,
mark options = {
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ferromagnetico_duro.dat" using 1:2;
};
\addlegendentry{H-f saturation}
\addplot
[
mark = +,
smooth,
color = red,
only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ferromagnetico_duro_int.dat" using 1:2;
};
\addlegendentry{H-f internal}
\addplot
[
mark = x,
smooth,
color = orange,
only marks,
mark options = {
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/acciaio_dolce_C012.dat" using 1:2;
};
\addlegendentry{Mild steel}
\addplot
[
mark = none,
dashed,
color = black,
domain = -6:6
] {0.0158*x - 0.000414};
\end{axis}
\end{tikzpicture}

Event Timeline