Step: Node Attributes
Node Attributes
You can change visual representation of the node with attributes like
alice[shape=oval color=red]
Now let's try and set shape to square, style to filled, fillcolor to yellow and color (border color) to green.
digraph G {
client[
/*add attributes here*/
]
}
