digraph { 8 [label="Mean", style="filled", fillcolor="#e47c7e", shape="box"]; 6 [label="Filter_1_1", style="filled", fillcolor="#0f9d58", shape="hexagon"]; 7 [label="Define\nBranch_1_1_def", style="filled", fillcolor="#4285f4", shape="ellipse"]; 3 [label="Filter_1", style="filled", fillcolor="#0f9d58", shape="hexagon"]; 4 [label="Define\nBranch_1_def", style="filled", fillcolor="#4285f4", shape="ellipse"]; 5 [label="Define\nRoot_def2", style="filled", fillcolor="#4285f4", shape="ellipse"]; 1 [label="Main_Filter", style="filled", fillcolor="#0f9d58", shape="hexagon"]; 2 [label="Define\nRoot_def1", style="filled", fillcolor="#4285f4", shape="ellipse"]; 0 [label="Empty source\nEntries: 1", style="filled", fillcolor="#f4b400", shape="ellipse"]; 6 -> 8; 7 -> 6; 3 -> 7; 4 -> 3; 5 -> 4; 1 -> 5; 2 -> 1; 0 -> 2; }