Skip to content

Around Below Ep Col Gt0

A two-line bundle looping around below the canvas into a non-zero-column LEFT-entry target, past an intervening middle-row section that blocks the direct wrap.

Mermaid source
examples/topologies/around_below_ep_col_gt0.mmd
%%metro title: Around Section Below Ep Col
%%metro style: dark
%%metro line: a | A | #e63946
%%metro line: b | B | #0570b0
%%metro grid: source | 3,0
%%metro grid: middle | 2,1
%%metro grid: target | 1,2
graph LR
subgraph source [Source]
s1[Input]
s2[Output]
s1 -->|a,b| s2
end
subgraph middle [Middle Row]
m1[Process]
m2[Output]
m1 -->|a| m2
end
subgraph target [Target]
%%metro entry: left | a, b
t1[Process]
t2[Output]
t1 -->|a,b| t2
end
s2 -->|a,b| t1
s2 -->|a| m1
CLI command
Terminal window
nf-metro render examples/topologies/around_below_ep_col_gt0.mmd -o around_below_ep_col_gt0.svg
Rendered map
Around Section Below Ep Col 3 2 1 Input Process Process Output Output Output A B created with nf-metro v1.1.0+dev