FlowGen / test /graphviz /graph_medium /graphviz_111.dot
Anonymous112233's picture
Add files using upload-large-folder tool
99cc240 verified
digraph {
rankdir=LR
N0 [label="Robotics in Mining" color="#00BCD4" fillcolor="#B2EBF2" shape=ellipse style=filled]
N1 [label="Regulatory Compliance Reporting" color="#61CAC3" fillcolor="#C2E8E6" shape=oval style=filled]
N2 [label="Remote Operations Center" color="#61CAC3" fillcolor="#C2E8E6" shape=oval style=filled]
N3 [label="Mineral Processing" color="#66BB6A" fillcolor="#E8F5E9" shape=octagon style=filled]
N4 [label="Ore Sorting" color="#66BB6A" fillcolor="#E8F5E9" shape=ellipse style=filled]
S1 [label="" color="#66BB6A" fillcolor="#E8F5E9" fixedsize=true height=0.1 shape=box style=filled width=0.1]
subgraph_anchor_Group0 [label="" height=0.01 shape=point style=invis width=0.01]
subgraph cluster_Group0 {
color=gray50 fillcolor="#E8F5E9" fontname=Helvetica fontsize=10 label="Mine Planning" labeljust=l labelloc=t pencolor=gray50 penwidth=1.5 style="rounded,filled,dashed"
nest0_0 [label="Permit Acquisition" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled]
nest0_1 [label="Exploration Drilling" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled]
nest0_2 [label="Emergency Response Planning" color="#66BB6A" fillcolor="#E8F5E9" shape=oval style=filled]
nest0_3 [label="Ore Extraction" color="#00BCD4" fillcolor="#B2EBF2" shape=diamond style=filled]
nest0_0 -> nest0_1 [label=manages color="#00BCD4" dir=forward penwidth=1.5 style=dashed]
nest0_1 -> nest0_2 [color="#61CAC3" dir=forward penwidth=1.5 style=dashed]
nest0_2 -> nest0_3 [color="#66BB6A" dir=forward penwidth=1.5 style=dashed]
}
N0 -> N1 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N1 -> N2 [label=refines color="#66BB6A" dir=forward penwidth=1.5 style=dashed]
N2 -> N3 [label=funds color="#61CAC3" dir=forward penwidth=1.5 style=solid]
N3 -> N4 [color="#61CAC3" dir=forward penwidth=1.5 style=solid]
N3 -> nest0_0 [label=models color="#000000" dir=forward penwidth=1.5 style=solid]
nest0_3 -> N4 [color="#61CAC3" dir=forward penwidth=1.5 style=dashed]
N0 -> S1 [color="#61CAC3" dir=forward penwidth=1.5 style=dashed]
S1 -> N3 [color="#61CAC3" dir=forward penwidth=1.5 style=solid]
S1 -> N2 [label=operates color="#000000" dir=forward penwidth=1.5 style=solid]
N3 -> nest0_3 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N4 -> nest0_1 [color="#00BCD4" dir=forward penwidth=1.5 style=solid]
N4 -> N1 [color="#66BB6A" dir=forward penwidth=1.5 style=solid]
}