Page MenuHomec4science

rame.tex
No OneTemporary

File Metadata

Created
Wed, Mar 12, 04:47

rame.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$U_x$ [\si{\volt}]},
xmin = -4.1, xmax = 4.1,
title = {Copper},
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.01, ymax = 0.01
]
\addplot
[
mark = x,
smooth,
color = red,
only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/rame.dat" using 1:2;
};
\addplot
[
mark = none,
color = black,
domain = -4.1:4.1
] {0.001532*x - 0.000017};
\end{axis}
\end{tikzpicture}

Event Timeline