ExcelToGraphviz

Star Wars Day

May 4th, 2020
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.70 KB | None | 0 0
  1. graph "main"
  2. {
  3.     bgcolor="transparent";
  4.     splines="line";
  5.    
  6.     layout="osage"
  7.     node[ shape="noverhang" ];
  8.     edge[ color="red" ];
  9.     "a"[ label="X" ];
  10.     "b"[ label="X" ];
  11.     "c"[ label="X" ];
  12.     "d"[ label="X" ];
  13.     "e"[ label="X" ];
  14.     "f"[ label="X" ];
  15.     "g"[ label="X" ];
  16.     "h"[ label="X" ];
  17.     "I"[ label="X" ];
  18.     "j"[ label="X" ];
  19.     "ds"[ shape="circle" height="3" gradientangle="60" fillcolor="gray20:White" style="radial" fontsize="20" label="============O============" ];
  20.     "a":"e" -- "ds":"s";
  21.     "a":"w" -- "ds":"s";
  22.     "j":"e" -- "ds":"se";
  23.     "j":"w" -- "ds":"se";
  24.     "e":"e" -- "ds"[ headclip="false" ];
  25.     "e":"w" -- "ds"[ headclip="false" ];
  26. }
Add Comment
Please, Sign In to add comment