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"]
}
cd ~/Desktop
dot graph.txt -Tpng >community_love_triangle.png
also note to self: "why am i getting light gray fonts on a white background???" something about emacs' svg renderer, :shrug: