Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. g =
  2. TreeGraph[
  3. {1 -> 2, 1 -> 3, 2 -> 4, 2 -> 5, 2 -> 7, 7 -> 8, 2 -> 9, 3 -> 6},
  4. VertexLabels -> Automatic
  5. ]
Add Comment
Please, Sign In to add comment