Page MenuHomec4science

acciaio_argento_cromo_C105.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 05:49

acciaio_argento_cromo_C105.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-Silver-Chrome-C105},
legend style =
{
at = {(0.95, 0.75)},
anchor = east
},
%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/acciaio_argento_cromo_C105.dat" using 1:2;
};
\end{axis}
\end{tikzpicture}

Event Timeline