Author
anonymous
over 7 years ago
$
digraph G { dummy=LR; rankdir=LR; tag2 [label=tag2]; tag1 [label=tag1]; tag1->tag2 [label=symbol]; }