This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/statistics/figs/probtree00.dot
2014-10-02 08:01:29 +02:00

30 lines
467 B
Plaintext

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;
}