Plotting individual hierarchy of nested SBM

Dear Tiago,

Hi! I'm trying to plot the individual hierarchies of a nested SBM, is it
possible to inherit the node color and use edge width to represent the
number of edges, as in the second image?
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/t496178/mac1.png&gt;
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/t496178/屏幕快照_2019-08-10_下午7.png&gt;

Thanks!

Best wishes,

Yingjie

Yes, it's possible. Take a look at the documentation for graph_draw():

https://graph-tool.skewed.de/static/doc/draw.html#graph_tool.draw.graph_draw

and also for draw_hierarchy():

https://graph-tool.skewed.de/static/doc/draw.html#graph_tool.draw.draw_hierarchy

Best,
Tiago