!7 p-pretty { new CirclesAndLines cal; Circle a = cal.circle_autoVis("Player", "Chess Player", 0.25, 0.5); Circle b = cal.circle_autoVis("Player", "Chess Player", 0.75, 0.5); cal.arrow(a, "VS", b); frameInnerWidth(600, cal.show()); }