Page MenuHomec4science

vitesseB_dist8e4.tex
No OneTemporary

File Metadata

Created
Tue, Nov 19, 11:44

vitesseB_dist8e4.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
xlabel={$x$ [\si{\metre}]},
xmin = 0, xmax = 8.4e5,
legend style =
{
at = {(0.98, 0.05)},
anchor = south east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
%y tick label style={
% /pgf/number format/.cd,
% fixed,
% fixed zerofill,
% precision = 2
%}
}
\begin{axis}
[
ylabel={$u(x)$ [\si{\metre\per\second}]},
ymin = 0, ymax = 330
]
\addplot+
[
color = black,
smooth,
mark = none,
%mark options = {
% draw = cyan,
% fill = none
%},
%only marks
]
gnuplot [raw gnuplot] {
plot "outs/vitesse1.dat" using 1:3;
};
\addlegendentry{$\sqrt{g \cdot h(x)}$}
\addplot+
[
color = red,
%smooth,
mark = asterisk,
mark options = {
draw = red,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/vitesse1_dist80000.dat" using 1:2 every 10;
};
\addlegendentry{Eq. B}
\end{axis}
\end{tikzpicture}

Event Timeline