File: b68.dot

package info (click to toggle)
python-pydotplus 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 1,755; makefile: 164
file content (29 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
digraph simple {
orientation=landscape;
ratio=auto;
size = "10,7.5";
label="Task Hierarchy: model2";
task15 [shape=box,fontcolor=forestgreen];
task16 [shape=box];
task17 [shape=box];
task18 [shape=box];
task19 [shape=box];
task20 [shape=box];
task21 [shape=box];
task95 [shape=box];
task31 [shape=box];
task32 [shape=box];
task33 [shape=box];
task34 [shape=box];
task15 -> task16 [];
task15 -> task17 [];
task15 -> task18 [];
task15 -> task19 [];
task15 -> task20 [];
task15 -> task21 [];
task15 -> task95 [];
task15 -> task31 [];
task31 -> task32 [];
task31 -> task33 [];
task31 -> task34 [];
}