!7 sS inputDiagrams = [[ CirclesAndLines(circles=[Circle(text="A", x=d("0.3184438040345821"), y=d("0.5454545454545454")), Circle(text="B", x=d("0.6786743515850144"), y=d("0.5493230174081238"))], lines=[Arrow(a=t5, b=t26, text="is"), Arrow(a=t26, b=t5, text="then: is?")], title="A B B A" ]]; p { Web web = webFromCAL(inputDiagrams); showWeb(web_withoutNodes(web, web_nodesStartingWith(web, "Then:"))); }