Page MenuHomec4science

E_majorof.tex
No OneTemporary

File Metadata

Created
Thu, Aug 8, 21:22

E_majorof.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
ylabel={$x$},
xmin = -200, xmax = 200,
}
\begin{axis}
[
xlabel={$t$ [\si{\second}]},
ymin = 0, ymax = 5000,
colorbar right,
colorbar style =
{
point meta min = 0,
point meta max = 0.04
},
colormap name = {matlab},
]
\addplot graphics
[
xmin = -200,
xmax = 200,
ymin = 0,
ymax = 5000
]
{outs/V0_majorof_E.eps};
\end{axis}
\end{tikzpicture}

Event Timeline