Ask Your Question

Sara Billey's profile - activity

2012-01-20 12:27:03 +0200 answered a question Can I show the edge weights on a graph in a drawing?

Two more points: First, I found the following site helpful for displaying graphs http://www.sagenb.org/home/pub/2351/

Second, graphviz is really great at displaying graphs with edge labels and many other decorations. Its a whole graph layout programming language, but it can't be included in sage because of a licensing issue apparently. The link above shows how to output a graph from sage to a dot file suitable for graphviz. For example, after downloading graphviz on your computer, you can run "dotty file.dot".