digraph subject { size="6,6"; node [color=lightblue2, style=filled]; rankdir=LR; s10[label=""]; s11[label=""]; s1other[label="...", style=none, border=0, color=white]; s20[label=""]; s21[label=""]; s2other[label="...", style=none, border=0, color=white]; F1[label=""]; F2[label=""]; ""->F1; ""->F2; F1->s10; F1->s11; F1->s1other; F2->s20; F2->s21; F2->s2other; }