Page MenuHomec4science

sortie.tex
No OneTemporary

File Metadata

Created
Tue, Oct 15, 10:21

sortie.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 = -1,
point meta max = 1
},
colormap name = {matlab},
]
\addplot graphics
[
xmin = 0,
xmax = 50,
ymin = 0,
ymax = 20
]
{outs/map/sortie.pdf};
\end{axis}
\end{tikzpicture}

Event Timeline