Python network visualisation library I have created for visualising data when performing reverse engineering tasks.
- Network parameters:
- Collision radius.
- Link forces.
- Link types (arrows or arcs).
- Background colour.
- Node and edge fonts are customizable.
- Zooming and panning.
- Node customisations:
- Radius and fill colour.
- Labels and tooltips.
- Stroke colour and width.
- Edge customization
- Color.
- Opacity.
- Width.
- Label.
- Custom force.
To install the library,
pip install link-scape
You can browse documentation and examples in this Jupyter notebook.