Edit graphs in style.
> name[ name]*adds a new node namedname. If multiple names are added, separated by spaces, several nodes will be created.> name -> name [-> name]*creates edges between named nodes. If the nodes do not exist, they will be created.