I am trying to draw a graph using Graphviz, but I need to add labels on the edges. There does not seem to be any way to that in Graphviz. Are there a way out?
I have a test graph here that I would like to tweak to make it look nicer. Here is the graphviz (dot) source, test6.dot: digraph G { ranksep=0.3; size="6.0,6.0"; node [fontsize=11]; ...