Advertisement
Guest User

Untitled

a guest
May 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. begin{tikzpicture}[thick,scale=0.6,every node/.style={transform shape},node distance=1.5cm]
  2. onslide<3->{node[state] (3a) {3,a};}
  3. onslide<7->{node[state] (2b) [above right=of 3a] {2,b};}
  4. onslide<4->{node[state] (3c) [above=of 2b] {3,c};}
  5. onslide<6->{node[state] (1d) [below right=of 3a] {1,d};}
  6. onslide<5->{node[state] (3e) [below=of 1d] {3,e};}
  7.  
  8. path[->]
  9. onslide<8->{(3a) edge [loop above] node {textcolor<8>{red}{0|a}} ()}
  10. onslide<9->{(3c) edge [bend left] node {textcolor<9>{red}{0|c}} (3a)}
  11. onslide<10->{(3e) edge [bend left] node {textcolor<10>{red}{0|e}} (3a)};
  12. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement