Overview of Pyvis network visualization
masterPyvis is a Python library designed to construct and visualize network graphs within a single workflow. It leverages the VisJS library to provide interactive web-based visualizations.
Key capabilities include:
- Customization: Configure nodes and edges individually with specific colors, sizes, labels, and metadata.
- Interactivity: Graphs support user interactions such as dragging, hovering, and selecting nodes and edges.
- Layout Control: Access and tweak layout algorithms to optimize the rendering of large-scale graphs.