Hi, for now you can permute the vertices with the permute.vertices() function.

In the future you can use the 'order' argument to layout.circle():
https://github.com/igraph/igraph/issues/642

This will be available soon (tomorrow I guess) at
http://igraph.org/nightly
unless you use windows, because I don't have a windows machine right
now to build the binaries.

Best,
Gabor

On Wed, Jul 9, 2014 at 5:36 PM, Chris Watson <[email protected]> wrote:
> Hello,
> I was wondering if there is a way to plot a graph in a circle layout, such
> that all vertices of a given community are grouped together. Would I have to
> sort the vertices myself? I don't see a way how to do this.
>
> Thanks,
> Chris
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>

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

Reply via email to