Skip to content

Instantly share code, notes, and snippets.

@lukexie
Created February 6, 2018 03:04
Show Gist options
  • Save lukexie/fea348341e131e9bdbae58ea9d9bb21a to your computer and use it in GitHub Desktop.
Save lukexie/fea348341e131e9bdbae58ea9d9bb21a to your computer and use it in GitHub Desktop.
% dot -T svg graph1.gv -o graph1.svg
graph1.gv
=========
graph G {
node [label="\N"];
graph [bb="0,0,218,108"];
king [pos="31,90", width="8.86", height="0.50"];
lord [pos="31,18", width="0.81", height="0.50"];
"boot" [URL="http:\\www.google.com"];
king--lord [pos="31,72 31,61 31,47 31,36"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment