graphs with labelled edges
I would like to be able to draw graphs which have labels on their edges. There are two problems I don't know how to solve: 1. Is there any easy way using CAPI:GRAPH-PANE to label edges in the graph? I guess I need to do something with :EDGE-PINBOARD-CLASS, but I'm not sure what! 2. Is there any way to make it be so that if there are two edges between a pair of nodes (so the same node appears twice in the children) that two edges are drawn? This seems to me to be very hard as they need to avoid each other, and I can live without this by preprocessing the graph to make there just be one child with a the edge having label which is all the labels combined. Is there any other grapher anyone knows of which could do (2)? Thanks --tim