plot2Dcluster.py is a Python module that visualizes community detection results with the interaction between 2 nominal node attributes. A typical visualization is based on a community array with the 2 attributes arranged as rows and columns. And each element of the array represents a node in the network and contains a non-negative integer indicating the community which the node belongs to. plot2Dcluster.py provides such a functionality to visualize the community array either using a pre-defined arrangement or using a majority rule to highlight the most significant communities.
treeprune.py is a Python module that provides a network-pruning functionality and returns a tree with the customized root node, edge weight threshold, maximum number of layers, and search direction.