FlowGen / test /graphviz /scanned_easy /graphviz_101.dot
Anonymous112233's picture
Add files using upload-large-folder tool
f5be67f verified
digraph {
rankdir=LR
N0 [label="Polygraph Examination" color="#00BCD4" fillcolor="#E0F7FA" shape=ellipse style=filled]
N1 [label="Crime Scene Investigation" color="#FFE69C" fillcolor="#FFF9D4" shape=plaintext style=filled]
N2 [label="Ballistics Analysis" color="#FF5722" fillcolor="#FFCCBC" shape=octagon style=filled]
N3 [label="Cyber Crime Investigation" color="#00BCD4" fillcolor="#E0F7FA" shape=ellipse style=filled]
N4 [label="Forensic Entomology" color="#00BCD4" fillcolor="#E0F7FA" shape=octagon style=filled]
N5 [label="Expert Witness Testimony" color="#FFE69C" fillcolor="#FFF9D4" shape=octagon style=filled]
N6 [label="Laboratory Analysis" color="#FFE69C" fillcolor="#FFF9D4" shape=parallelogram style=filled]
N7 [label="Vehicle Forensics" color="#FFE69C" fillcolor="#FFF9D4" shape=hexagon style=filled]
N8 [label="Mobile Device Forensics" color="#FFE69C" fillcolor="#FFF9D4" shape=parallelogram style=filled]
N9 [label="Bloodstain Pattern Analysis" color="#FFE69C" fillcolor="#FFF9D4" shape=Mdiamond style=filled]
N10 [label="Trace Evidence Analysis" color="#FF5722" fillcolor="#FFCCBC" shape=plaintext style=filled]
N11 [label="Forensic Photography" color="#FF5722" fillcolor="#FFCCBC" shape=ellipse style=filled]
N0 -> N1 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N1 -> N2 [label=analyzes color="#FF5722" dir=forward penwidth=1.5 style=dashed]
N2 -> N3 [label=interprets color="#000000" dir=forward penwidth=1.5 style=dashed]
N3 -> N4 [label=digital_forensics color="#00BCD4" dir=forward penwidth=1.5 style=solid]
N4 -> N5 [label=audits color="#FFE69C" dir=forward penwidth=1.5 style=dashed]
N5 -> N6 [color="#FF5722" dir=forward penwidth=1.5 style=dashed]
N6 -> N7 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N7 -> N8 [label=collects color="#FFE69C" dir=forward penwidth=1.5 style=solid]
N8 -> N9 [color="#FFE69C" dir=forward penwidth=1.5 style=solid]
N9 -> N10 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N10 -> N11 [color="#FFE69C" dir=forward penwidth=1.5 style=dashed]
N2 -> N7 [color="#00BCD4" dir=forward penwidth=1.5 style=dashed]
N11 -> N9 [label=processes color="#000000" dir=forward penwidth=1.5 style=dashed]
}