Drawing networks with dissortative communities

Dear Tiago,

I am trying to draw a graph with a dissortative community structure. Is
there any way I can force graph-tool to draw the individual nodes into
different communities? Unlike assortative communities, all the nodes get
mixed up in this case.

Thank you
Snehal

attachment.html (549 Bytes)

There is no good way to visualize these kinds of networks using a
force-directed layout. But take a look at the "groups" parameter of the
sfdp_layout() function.