2020-10-04

Motivated by today's conversation, we experiment with drawings of threes. The drawings represent a question comparing our understanding of Thompson's use of trivium as an editing tool, and system dynamics notion that three controls cannot be mutually balanced.

digraph { node [shape=box style="filled,rounded"] Main -> { One Two Three } }

digraph { node [shape=box style="filled,rounded"] A [label="A+"] B [label="B-"] C [label="C-"] A -> { rank=same B C } [label=balanced] B -> C [label=imbalanced] }

Marc pointed to Edotor.net which sent me on an exploration.

Edotor is an online graphviz editor. editor github