Skip to content

Stacked Split Left Entry Drop

A reversed two-line source drops into two branches of one section through its LEFT entry. The shared outward channel keeps the bundle clear of both boxes before each line continues to its own target station.

Mermaid source
examples/topologies/stacked_split_left_entry_drop.mmd
%%metro title: Stacked Split Left Drop
%%metro style: dark
%%metro line: a | A | #e63946
%%metro line: b | B | #457b9d
%%metro grid: source | 0,0
%%metro grid: target | 0,1
graph LR
subgraph source [Source]
%%metro direction: RL
%%metro exit: left | a, b
start[Start]
split[Split]
start -->|a,b| split
end
subgraph target [Target]
%%metro entry: left | a
%%metro entry: left | b
final_a[Final A]
final_b[Final B]
done[Done]
final_a -->|a| done
final_b -->|b| done
end
split -->|a| final_a
split -->|b| final_b
CLI command
Terminal window
nf-metro render examples/topologies/stacked_split_left_entry_drop.mmd -o stacked_split_left_entry_drop.svg
Rendered map
Stacked Split Left Drop 1 2 Start Final B Final A Split Done A B created with nf-metro v2.0.0+dev