digraph G { splines="FALSE"; /* Entities */ shortName [label="shortName", shape="square"] shortName2 [label="shortName", shape="oval"] /* Relationships */ F1 -> shortName[label=".63"] /* Ranks */ { rank=same; shortName; }; }