> I am new to igraph. Specifically, I would like to have any graph laid out 
> consistently in the same way each time. Each time I do a plot(g) of a 
> specific graph g, it is arranged differently. I would like an approach that 
> wors with any graph.

You can use one of the layout functions (Graph.layout_* in Python, layout.* in 
R) to calculate a layout without plotting the graph. You can then plot the 
graph with the pre-calculated layout by supplying it to the layout=… keyword 
argument.

Cheers,
T.


_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to