digraph Example { graph [max_node_visits="20"] start [shape=Mdiamond] fix [label="Fix", max_visits=3] exit [shape=Msquare] start -> fix -> exit }