transformationHorizontale.tex 978 B

12345678910111213141516171819202122
  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.5) -- (2,0.5);
  5. \node (ms) {$m_s$};
  6. \node (mt) [right of=ms, xshift=0.5cm] {$m_t$};
  7. \path[->,thick] (ms) edge (mt);
  8. \draw[dotted] (-0.5,-0.5) -- (2,-0.5);
  9. %\node [xshift=-1cm,rotate=90,text width=1.5cm] {\begin{center} \scriptsize{niveaux \newline d'abstraction \newline x~~~~~y~~~~~z}\end{center}};
  10. \node [xshift=-1.2cm,rotate=90,text width=1.5cm,align=center]
  11. {\begin{center} \scriptsize{niveaux} \newline \scriptsize{d'abstraction}\end{center}};
  12. \node [yshift=-0.8cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{x}};
  13. \node [xshift=-0.5cm,rotate=90,align=center] {\scriptsize{y}};
  14. \node [yshift=0.8cm,xshift=-0.5cm,rotate=90,align=center] {\scriptsize{z}};
  15. %\node [yshift=-1.2cm] {\scriptsize{Transformation horizontale}};
  16. \end{scope}
  17. \end{tikzpicture}