I wanna perform the network analysis and visualization with a python library named graph_tool. I download and compile it from(https://graph-tool.skewed.de/), and there is no warnings and no errors. The version of the graph_tool is '2.2.44dev (commit 85f11ae8, Thu Jun 18 15:33:16 2015 +0200)'.
So I followed the documentation in the web(https://graph-tool.skewed.de/static/doc/quickstart.html). But There seems something wrong. I found the "Graph" class didn't have the family method used to fast iteration over vertices and edges. And also I found the "nested_blockmodel" class and "BlockState" class did't have the draw method. I just followed the documentation. Even I read the source code in the web and compare it with which I downloaded. Those are different.
Could someone give me some suggestion? Thank you!