Skip to content

Mixed Port Sides

A section with both RIGHT and BOTTOM exits.

Mermaid source
examples/topologies/mixed_port_sides.mmd
%%metro title: Mixed Port Sides
%%metro style: dark
%%metro line: horizontal | Horizontal Flow | #e63946
%%metro line: vertical | Vertical Flow | #0570b0
graph LR
subgraph origin [Origin]
start[Start]
fork[Fork]
start -->|horizontal,vertical| fork
end
subgraph right_sec [Right Section]
r1[Right A]
r2[Right B]
r1 -->|horizontal| r2
end
subgraph bottom_sec [Bottom Section]
b1[Bottom A]
b2[Bottom B]
b1 -->|vertical| b2
end
fork -->|horizontal| r1
fork -->|vertical| b1
CLI command
Terminal window
nf-metro render examples/topologies/mixed_port_sides.mmd -o mixed_port_sides.svg
Rendered map
Mixed Port Sides 1 2 3 Start Right A Bottom A Fork Right B Bottom B Horizontal Flow Vertical Flow created with nf-metro v1.1.0+dev