41 lines
1.4 KiB
TeX
41 lines
1.4 KiB
TeX
\documentclass{standalone}
|
|
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/base}
|
|
|
|
\begin{document}
|
|
|
|
\def\width{8}
|
|
\def\hauteur{6}
|
|
\begin{tikzpicture}[x=1cm, y=1cm]
|
|
\clip (3.8,0) rectangle (7, \hauteur);
|
|
\draw[step=1mm, line width=0.1mm, black!30!white] (0,0) grid (\width,\hauteur);
|
|
\draw[step=5mm, line width=0.2mm, black!40!white] (0,0) grid (\width,\hauteur);
|
|
\draw[step=5cm, line width=0.5mm, black!50!white] (0,0) grid (\width,\hauteur);
|
|
\draw[step=1cm, line width=0.2mm, black!90!white] (0,0) grid (\width,\hauteur);
|
|
|
|
\begin{scope}[shift={(-0.3,0)}, xscale=0.8]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
|
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
|
};
|
|
\end{scope}
|
|
\begin{scope}[shift={(2.9,0)}, xscale=0.8]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
|
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
|
};
|
|
\end{scope}
|
|
\begin{scope}[shift={(6.1,0)}, xscale=0.8]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
|
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
|
};
|
|
\end{scope}
|
|
|
|
\end{tikzpicture}
|
|
|
|
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|