Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- digraph G
- {
- node[shape=rect]
- a -> b[label=1]
- b -> c[label=2]
- c -> d[label=3]
- a -> d[label=4]
- {rank="same"; a; b}
- {rank="same"; c; d}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement