russell.ballestrini.net/content/uploads/2026/03/naming-dance.dot

29 lines
1.1 KiB
Text

digraph naming_dance {
bgcolor="transparent"
rankdir=TB
node [fontname="Helvetica" fontsize=14 style="filled,rounded" shape=box]
edge [fontname="Helvetica" fontsize=11 color="#666666" style=bold]
formal [label="Mrs. Lastname" fillcolor="#B0BEC5" fontcolor="#333333"]
first [label="Susan" fillcolor="#81D4FA" fontcolor="#333333"]
nickname [label="Suz / Bubs" fillcolor="#4FC3F7" fontcolor="white"]
mom [label="Mom" fillcolor="#E91E63" fontcolor="white"]
heyyou [label="Hey You" fillcolor="#FF5722" fontcolor="white"]
formal -> first [label=" closeness grows"]
first -> nickname [label=" trust earned"]
nickname -> mom [label=" family accepted"]
mom -> heyyou [label=" affection\n hides inside\n fake demand"]
subgraph cluster_distance {
label="distance" fontname="Helvetica Bold" fontsize=12 fontcolor="#999999"
style=invis
formal
}
subgraph cluster_intimacy {
label="intimacy" fontname="Helvetica Bold" fontsize=12 fontcolor="#999999"
style=invis
heyyou
}
}