FlowGen / test /graphviz /scanned_medium /graphviz_114.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
digraph {
rankdir=TD
N0 [label="Troubleshooting and Support" color="#BCB88A" fillcolor="#F5F5DC" shape=ellipse style=filled]
N1 [label="ERP System Selection" color="#E57373" fillcolor="#FFEBEE" shape=hexagon style=filled]
N2 [label="Data Governance" color="#BCB88A" fillcolor="#F5F5DC" shape=box style=filled]
N3 [label="Sales and Distribution" color="#26A69A" fillcolor="#E0F2F1" shape=box style=filled]
N4 [label="Implementation Roadmap Development" color="#BCB88A" fillcolor="#F5F5DC" shape=oval style=filled]
N5 [label="User Acceptance Testing" color="#BCB88A" fillcolor="#F5F5DC" shape=box style=filled]
N6 [label="Hybrid ERP Models" color="#BCB88A" fillcolor="#F5F5DC" shape=hexagon style=filled]
N7 [label="Supply Chain Management" color="#26A69A" fillcolor="#E0F2F1" shape=ellipse style=filled]
N0 -> N1 [color="#26A69A" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [label=cloud_deploys color="#E57373" dir=forward penwidth=1.5 style=solid]
N2 -> N3 [label=data_centralizes color="#E57373" dir=forward penwidth=1.5 style=solid]
N3 -> N4 [color="#BCB88A" dir=forward penwidth=1.5 style=dashed]
N4 -> N5 [label=manages color="#BCB88A" dir=forward penwidth=1.5 style=dashed]
N5 -> N6 [label=complies color="#BCB88A" dir=forward penwidth=1.5 style=solid]
N6 -> N7 [color="#BCB88A" dir=forward penwidth=1.5 style=solid]
N5 -> N4 [color="#BCB88A" dir=forward penwidth=1.5 style=dashed]
}