2014-2015/2nd/Transdisciplinaire/SignauxPerio_phys/motif2.tex

55 lines
2.2 KiB
TeX

\documentclass{standalone}
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/base}
\begin{document}
\def\width{17}
\def\hauteur{6}
\begin{tikzpicture}[x=1cm, y=1cm, ]
\clip (0.5,0) rectangle (4.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.3mm, black!90!white] (0,0) grid (\width,\hauteur);
\clip (0,0) rectangle (\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}
\begin{scope}[shift={(9.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={(12,7,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={(12.5,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: