Page MenuHomec4science

psi.tex
No OneTemporary

File Metadata

Created
Tue, Oct 15, 12:57
\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$x$},
xmin = -200, xmax = 200,
}
\begin{axis}
[
ylabel={$t$},
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/detected1000.eps};
\end{axis}
\end{tikzpicture}

Event Timeline