Page MenuHomec4science

delta_var.tex
No OneTemporary

File Metadata

Created
Thu, Aug 8, 21:09

delta_var.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$\Delta$},
xmin = 0, xmax = 90,
%title = {Aluminium},
legend style =
{
at = {(0.05, 0.95)},
anchor = north west,
%nodes={scale=0.8, transform shape}
}
%cycle list name = color,
}
\begin{axis}
[
ylabel={Energie},
ymin = 0, ymax = 0.04,
grid style = dashed,
ymajorgrids = true
]
\addplot
[
color = blue,
smooth,
mark = x,
mark options = {
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/tunnel_energy.dat" using 1:2;
};
\addlegendentry{$E_0 \approx 0.025$}
%\addplot
% [
% color = orange,
% domain = 0:90
% ]
%{0.25072};
% \addlegendentry{$E_0 limite \approx 0.25$}
\addplot
[
color = green,
smooth,
mark = none
]
gnuplot [raw gnuplot] {
plot "outs/tunnel_energy.dat" using 1:3;
};
\addlegendentry{$V_0$}
\node[label={135:{$\Delta_{tunnel} \approx = 75.6$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = main] at (axis cs:75.6013, 0.0257) {};
\draw[black, dashed, on layer = main] (75.6013, 0) -- (75.6013, 0.04);
\end{axis}
\end{tikzpicture}

Event Timeline