Networks
Jupyter notebooks that define and generate the Plotly plot of graphs with different layouts, provided by various Python graph libraries
Install / Use
/learn @empet/NetworksREADME
Networks
The first notebook is intended to point out how different are the layouts of the same graph, when the graph and its layout is defined/assigned by the Python libraries igraph,
pygraphviz/graphviz, networkx.
- Kamada-Kawai layout of a disconnected graph in igraph, graphviz and networkx
- Kamada-Kawai layout of a connected graph in igraph, graphviz and networkx
- Network of protein-protein interactions between schizophrenia genes
- Flavor Network
- Plotly viz of a 3d igraph graph defined from a scipy sparse adjacency matrix read from a MTX file
