graph grid { fontname="courier" node [fontname="courier"] edge [fontname="courier"] layout=osage label="An atom is any natural number. A noun is an atom or a cell. A cell is any ordered pair of nouns." labelloc = "b" node [shape=plaintext] // arbitrary path on rigid grid pit -- wel -- son -- ben -- pes -- sel -- som -- lex soc -- wyn -- tan -- pex -- dex -- pol -- pon -- weg edge [weight=1000 style=dashed color=orange] // uncomment to hide the grid //edge [style=dotted] soc -- toc -- hus -- tom -- pyx -- mod -- red -- lex mal -- wyn -- fot -- mev -- nex -- pal -- som -- tol doz -- rap -- tan -- rec -- fur -- sel -- par -- dol mug -- nev -- tul -- pex -- pes -- hex -- riv -- bot ryd -- sen -- pan -- ben -- dex -- tab -- bel -- mon feb -- nux -- son -- tyr -- rag -- pol -- sav -- ram pic -- wel -- myn -- das -- lac -- rud -- pon -- mis pit -- tir -- rop -- lag -- lyr -- rab -- pod -- weg rank=same {soc -- mal -- doz -- mug -- ryd -- feb -- pic -- pit} rank=same {toc -- wyn -- rap -- nev -- sen -- nux -- wel -- tir} rank=same {hus -- fot -- tan -- tul -- pan -- son -- myn -- rop} rank=same {tom -- mev -- rec -- pex -- ben -- tyr -- das -- lag} rank=same {pyx -- nex -- fur -- pes -- dex -- rag -- lac -- lyr} rank=same {mod -- pal -- sel -- hex -- tab -- pol -- rud -- rab} rank=same {red -- som -- par -- riv -- bel -- sav -- pon -- pod} rank=same {lex -- tol -- dol -- bot -- mon -- ram -- mis -- weg} }
DOT strict digraph rankdir=LR node [style=filled fillcolor=white penwidth=2 color=red fontname="courier"] HERE NODE node [style=filled fillcolor=lightgreen] WHERE /^Next/ LINKS HERE -> NODE node [style=filled fillcolor=white] HERE NODE WHERE /^Next/ LINKS HERE -> NODE node [style=filled fillcolor=white penwidth=3 color=blue] LINKS HERE -> NODE node [style=filled fillcolor=white penwidth=1 color=yellow] HERE NODE LINKS HERE -> NODE node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] HERE NODE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [style=filled fillcolor=white penwidth=2 color=red fontname="courier"] "wyn" node [style=filled fillcolor=lightgreen] node [style=filled fillcolor=white penwidth=3 color=blue] "wyn" -> "Wel" "wyn" -> "Zod" node [style=filled fillcolor=white penwidth=1 color=black] "Wel" "Wel" -> "P.I.G.S. (2011)" "Wel" -> "fences" "Wel" -> "Recent Changes" "Wel" -> "Bibliography" "Wel" -> "The Medium is the Method" node [style=filled fillcolor=white penwidth=1 color=black] "Zod" "Zod" -> "Federated Wiki" "Zod" -> "Abstract" "Zod" -> "Bibliography" node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] "wyn"}