Page MenuHomec4science

free.tex
No OneTemporary

File Metadata

Created
Tue, Nov 19, 11:57

free.tex

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

Event Timeline