NetCHOS = Network, Connectivity and Hierarchically Organized Structures
NetCHOS is a Python toolbox dedicated to network plotting, potentially with interactions, using standard plotting libraries (matplotlib, seaborn or plotly).
Link to the documentation : https://brainets.github.io/netchos/
Run the following command into your terminal to get the latest stable version :
You can also install the latest version of the software directly from Github :
pip install git+https://github.com/brainets/netchos.git
For developers, you can install it in develop mode with the following commands :
git clone https://github.com/brainets/netchos.git
cd netchos
python setup.py develop
# or : pip install -e .