### Flowchart of week43 #### digraph Week43 { # General settings node [fontname = "Handlee"]; bgcolor=transparent; # Blocks/clusters subgraph cluster_1 { color=transparent; step4 [ label = "Output data", shape=circle, color=blue]; step3 [ label = "Planed reformat"]; step2 [ label = "Center Line"]; step1 [ label = "Coordonates"]; step6 [ label = "Segmentation", shape=block, color=red]; step5 [ label = "Data set", shape=block, color=red]; { rank=same; step1; step2; step3; step4; } } # Blocks/clusters step1 -> step2 -> step3 -> step4; step3 -> step4; step3 -> step4; step3 -> step4; step3 -> step4; step3 -> step4; step6 -> step2; step5 -> step2; step5 -> step3; }