-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory-tree.gv
85 lines (85 loc) · 1.98 KB
/
category-tree.gv
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
digraph "测试图片" {
Music [color="0.000 4.043000 4.043000" height=2 penwidth=4.043000 shape=circle width=2]
"Field
recording" [color="0.000 0.828000 0.828000" height=2 penwidth=0.828000 shape=circle width=2]
"Musical
instrument" [color="0.000 0.774000 0.774000" height=2 penwidth=0.774000 shape=circle width=2]
"Outside,
rural
or
natural" [color="0.000 0.627000 0.627000" height=2 penwidth=0.627000 shape=circle width=2]
Bird [color="0.000 0.485000 0.485000" height=2 penwidth=0.485000 shape=circle width=2]
Music [height=2 shape=circle width=2]
sounds [height=2 shape=circle width=2]
sounds -> Music
"Field
recording" [height=2 shape=circle width=2]
Recording [height=2 shape=circle width=2]
Recording -> "Field
recording"
Recording [height=2 shape=circle width=2]
"Sound
reproduction" [height=2 shape=circle width=2]
"Sound
reproduction" -> Recording
"Sound
reproduction" [height=2 shape=circle width=2]
"Channel,
environment
and
background" [height=2 shape=circle width=2]
"Channel,
environment
and
background" -> "Sound
reproduction"
"Channel,
environment
and
background" [height=2 shape=circle width=2]
sounds [height=2 shape=circle width=2]
sounds -> "Channel,
environment
and
background"
"Musical
instrument" [height=2 shape=circle width=2]
Music [height=2 shape=circle width=2]
Music -> "Musical
instrument"
"Outside,
rural
or
natural" [height=2 shape=circle width=2]
"Acoustic
environment" [height=2 shape=circle width=2]
"Acoustic
environment" -> "Outside,
rural
or
natural"
"Acoustic
environment" [height=2 shape=circle width=2]
"Channel,
environment
and
background" [height=2 shape=circle width=2]
"Channel,
environment
and
background" -> "Acoustic
environment"
Bird [height=2 shape=circle width=2]
"Wild
animals" [height=2 shape=circle width=2]
"Wild
animals" -> Bird
"Wild
animals" [height=2 shape=circle width=2]
Animal [height=2 shape=circle width=2]
Animal -> "Wild
animals"
Animal [height=2 shape=circle width=2]
sounds [height=2 shape=circle width=2]
sounds -> Animal
}