Page MenuHomec4science

antiproton.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 04:13

antiproton.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 2e-10, xmax = 1.15e-7,
width = \textwidth
}
\begin{axis}
[
xlabel={$t \: [s]$},
ylabel={$\frac{mV^2}{2B} \: [J/T]$},
ymin=3.85e-17, ymax= 5.6e-17,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
}
]
\addplot[mark = none] gnuplot [raw gnuplot] {
plot "OutputsEnergia/Rungeantiproton.out" using 1:7 every 100;
};
\label{rungeantiproton}
\addlegendentry{$Runge-Kutta$}
\end{axis}
\end{tikzpicture}

Event Timeline