Skip to content

Inter Row Drop Section Clearance Row1

The same offset packed-section squeeze as inter_row_drop_section_clearance, with the wider section in the lower row so the drop would otherwise hug the row-1 section's edge; the channel is centred in the gap instead.

Mermaid source
examples/topologies/inter_row_drop_section_clearance_row1.mmd
%%metro title: Inter-row drop channel clearance (row-1 hug)
%%metro line: l1 | Line 1 | #e6007e
%%metro grid: src | 0,0
%%metro grid: top_a, top_b | 1,0
%%metro grid: bot_c, bot_d | 1,1
graph LR
subgraph src [Source]
%%metro exit: right | l1
s1[Start]
end
subgraph top_a [Top A]
%%metro entry: left | l1
%%metro exit: right | l1
a1[Aa]
end
subgraph bot_c [Bottom C]
%%metro entry: left | l1
c1[Cc]
c2[Plastid Pi counts]
c1 -->|l1| c2
end
subgraph bot_d [Bottom D]
%%metro entry: left | l1
d1[Dd]
end
subgraph top_b [Top B]
%%metro entry: left | l1
b1[Bb]
end
s1 -->|l1| a1
a1 -->|l1| b1
a1 -->|l1| d1
CLI command
Terminal window
nf-metro render examples/topologies/inter_row_drop_section_clearance_row1.mmd -o inter_row_drop_section_clearance_row1.svg
Rendered map
Inter-row drop channel clearance (row-1 hug) 1 2 5 4 3 Cc Start Aa Dd Bb Plastid Pi counts Line 1 created with nf-metro v1.1.0+dev