You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to create this shape. Everything I try leads to it becoming strictly horizontal/vertical, which is not what I want.
flowchart TB
subgraph SendingMachine
direction TB
A[user application]
A --> B[network software]
B --> C[network protocol]
C --> D[network interface]
end
subgraph ReceivingMachine
direction BT
F[network interface]
F --> G[network protocol]
G --> H[network software]
H --> I[user application]
end
subgraph X
E[network medium]
end
SendingMachine --> D ---> X --> F --> ReceivingMachine
Loading
flowchart LR
subgraph SendingMachine
direction TB
A[user application]
A --> B[network software]
B --> C[network protocol]
C --> D[network interface]
end
subgraph ReceivingMachine
direction BT
F[network interface]
F --> G[network protocol]
G --> H[network software]
H --> I[user application]
end
subgraph X
E[network medium]
end
SendingMachine --> D ---> X --> F --> ReceivingMachine
Loading
flowchart LR
subgraph SendingMachine
direction TB
A[user application]
A --> B[network software]
B --> C[network protocol]
C --> D[network interface]
end
subgraph ReceivingMachine
direction BT
F[network interface]
F --> G[network protocol]
G --> H[network software]
H --> I[user application]
end
subgraph X
E[network medium]
end
SendingMachine --> X --> ReceivingMachine
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I can't figure out how to create this shape. Everything I try leads to it becoming strictly horizontal/vertical, which is not what I want.
flowchart TB subgraph SendingMachine direction TB A[user application] A --> B[network software] B --> C[network protocol] C --> D[network interface] end subgraph ReceivingMachine direction BT F[network interface] F --> G[network protocol] G --> H[network software] H --> I[user application] end subgraph X E[network medium] end SendingMachine --> D ---> X --> F --> ReceivingMachineflowchart LR subgraph SendingMachine direction TB A[user application] A --> B[network software] B --> C[network protocol] C --> D[network interface] end subgraph ReceivingMachine direction BT F[network interface] F --> G[network protocol] G --> H[network software] H --> I[user application] end subgraph X E[network medium] end SendingMachine --> D ---> X --> F --> ReceivingMachineflowchart LR subgraph SendingMachine direction TB A[user application] A --> B[network software] B --> C[network protocol] C --> D[network interface] end subgraph ReceivingMachine direction BT F[network interface] F --> G[network protocol] G --> H[network software] H --> I[user application] end subgraph X E[network medium] end SendingMachine --> X --> ReceivingMachineAll reactions