I have implemented the shortest path function correctly. It returns a list of vertices which is easily translated to edges.
I would like to color the shortest path differently than the rest of my network. I scoured the documentation and found no way to select individual edges. Changing the attributes of all edges and vertices is well documented. There's a code snippet on-line for R E(g, path=pa)$color <- 'red' which doesn't seem to translate to python. Thanks in advance for any help. Best Herb
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
