Skip to content

Lr To Tb Top Near Vertical

A RIGHT-exit LR section feeds the TOP entry of a TB section stacked directly below. The explicit right exit leaves on the right, clears the source box, and doubles back over the inter-row gap to drop straight onto the target trunk rather than elbowing in through the top-right corner.

Mermaid source
examples/topologies/lr_to_tb_top_near_vertical.mmd
%%metro title: Top Entry Near Vertical TB
%%metro style: dark
%%metro line: a | A | #e63946
%%metro grid: src_sec | 0,0
%%metro grid: tgt_sec | 0,1
graph LR
subgraph src_sec [Source]
%%metro direction: LR
%%metro exit: right | a
s1[Start]
s2[End]
s1 -->|a| s2
end
subgraph tgt_sec [Target]
%%metro direction: TB
%%metro entry: top | a
%%metro exit: right | a
t1[Process]
t2[Result]
t1 -->|a| t2
end
s2 -->|a| t1
CLI command
Terminal window
nf-metro render examples/topologies/lr_to_tb_top_near_vertical.mmd -o lr_to_tb_top_near_vertical.svg
Rendered map
Top Entry Near Vertical TB 1 2 Start Process End Result A created with nf-metro v1.1.0+dev