transformationVerticale.tex 1.1 KB

123456789101112131415161718192021222324
  1. \begin{tikzpicture}[node distance=1cm,>=stealth',scale=1,transform shape, on grid, auto]%>=latex
  2. \tikzstyle{every label}=[black]
  3. \begin{scope}
  4. \draw[dotted] (-0.5,0.8) -- (1.5,0.8);
  5. \node (ms) [yshift=0.5cm,xshift=0.5cm] {$m_s$};
  6. \draw[dotted] (-0.5,0) -- (1.5,0);
  7. \node (mt) [below of=ms] {$m_t$};
  8. \draw[dotted] (-0.5,-0.8) -- (1.5,-0.8);
  9. \path[->,thick] (ms) edge (mt);
  10. %\node [xshift=-1cm,rotate=90,text width=1.5cm] {\begin{center} \scriptsize{niveaux \newline d'abstraction \newline w~x~y~z}\end{center}};
  11. \node [xshift=-1.2cm,rotate=90,text width=1.5cm,align=center] {\begin{center} \scriptsize{niveaux \newline d'abstraction}\end{center}};
  12. \node [yshift=-1.2cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{w}};
  13. \node [yshift=-0.4cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{x}};
  14. \node [yshift=0.4cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{y}};
  15. \node [yshift=1.2cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{z}};
  16. %\node [yshift=-1.2cm] {\scriptsize{Transformation verticale}};
  17. \end{scope}
  18. \end{tikzpicture}