how to drawing a modular graph in explicit form?

214 Views Asked by At

I used from networkx package in python for drawing a network. my network has a modular structure fig1(b)

i write a code that generate this adjacency matrix but when i draw my generating graph with networkx package, this figure is obtained. fig2

and its modular structure isn't showed explicit(in particular in high order fig1c) is there any suggestion tools(other software, specific package, ...) for drawing this graph for this purpose(modular structure)?

0

There are 0 best solutions below