vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
399 B

  1. digraph G {
  2. // note: not all attributes are recognized and supported by Network
  3. // unrecognized attributes are ignored
  4. node[width=.25,height=.375,fontsize=15]
  5. node [shape=filled color=#FF00FF fillcolor=#F1AAF0]
  6. 0-> 0 ;
  7. 1-> 1 ;
  8. 2-> 2 ;
  9. 3-> 3 ;
  10. 4-> 4 ;
  11. 5-> 5 ;
  12. 6-> 6 ;
  13. 7-> 5 ;
  14. 8-> 8 ;
  15. 9-> 9 ;
  16. 10-> 10 ;
  17. 11-> 10 ;
  18. 12-> 12 ;
  19. 13-> 5 ;
  20. 14-> 10 ;
  21. 15-> 0 ;
  22. }