Skip to content

Stacked Left Exit Drop

A LEFT exit feeding a LEFT entry stacked directly below it: the connector leads out into a clean channel left of the column and drops, rather than dropping straight down the shared edge through the source box.

Mermaid source
examples/topologies/stacked_left_exit_drop.mmd
%%metro title: Stacked Left Exit Drop
%%metro style: dark
%%metro line: a | A | #e63946
%%metro grid: sec1 | 0,0
%%metro grid: sec2 | 0,1
graph LR
subgraph sec1 [Section 1]
%%metro direction: RL
%%metro exit: left | a
s1[Start]
s2[Step]
s1 -->|a| s2
end
subgraph sec2 [Section 2]
%%metro entry: left | a
t1[Final]
t2[Done]
t1 -->|a| t2
end
s2 -->|a| t1
CLI command
Terminal window
nf-metro render examples/topologies/stacked_left_exit_drop.mmd -o stacked_left_exit_drop.svg
Rendered map
Stacked Left Exit Drop 1 2 Start Final Step Done A created with nf-metro v1.1.0+dev