This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <code dot graph.gd> digraph{ rankdir=LR; graph [fontcolor="green"] s [label="sakhr"] mia [label="miamoure"] mirror [label="mirrorstepper"] pbs [label="an unfathomable amount of boyfriends"] mia -> s [label="married" dir="both"] s -> mirror [label="sidepiece" dir="both"] mia -> mirror [label="lesbian lovers" dir="both"] passerrr -> pbs [dir="both"] } </code> <code sh render.sh> cd ~/Desktop dot graph.txt -Tpng >community_love_triangle.png </code> also note to self: "why am i getting light gray fonts on a white background???" something about emacs' svg renderer, :shrug: