Step: Edges
Edges
To define the edge simply use ->
arrow.
Alice -> Bob
Try it now. Let's make "client" point to a "server".
digraph G {
client
server
}
To define the edge simply use ->
arrow.
Alice -> Bob
Try it now. Let's make "client" point to a "server".