2 000 [shape="none"label="000", pos="10,10!"];
3 001 [shape="none"label="001", pos="11.7320508076,11!"];
4 010 [shape="none", label="010", pos="12,10!"];
5 011 [shape="none", label="011", pos="13.7320508076,11!"];
6 100 [shape="none", label="100", pos="10,8!"];
7 101 [shape="none", label="101", pos="11.7320508076,9!"];
8 110 [shape="none", label="110", pos="12,8!"];
9 111 [shape="none", label="111", pos="13.7320508076,9!"];
10 // 000:nw -> 000:so [color="blue"]
13 //010:ne -> 010:se [color="blue"]
17 //001 -> 001 [color="blue"]
19 //101 -> 101 [color="blue"]
22 //110 -> 110 [color="blue"]
27 //011 -> 011 [color="blue"]
29 //100 -> 100 [color="blue"]
31 //111 -> 111 [color="blue"]
35 000 -> 100 [style="dashed"]
36 100 -> 101 [style="dashed"]
37 101 -> 001 [style="dashed"]
38 001 -> 011 [style="dashed"]
39 011 -> 111 [style="dashed"]
40 111 -> 110 [style="dashed"]
41 110 -> 010 [style="dashed"]
42 010 -> 000 [style="dashed"]