Network visualizations with Pyvis and VisJS

06/02/2020
by   Giancarlo Perrone, et al.
0

Pyvis is a Python module that enables visualizing and interactively manipulating network graphs in the Jupyter notebook, or as a standalone web application. Pyvis is built on top of the powerful and mature VisJS JavaScript library, which allows for fast and responsive interactions while also abstracting away the low-level JavaScript and HTML. This means that elements of the rendered graph visualization, such as node/edge attributes can be specified within Python and shipped to the JavaScript layer for VisJS to render. This declarative approach makes it easy to quickly explore graph visualizations and investigate data relationships. In addition, Pyvis is highly customizable so that colors, sizes, and hover tooltips can be assigned to the rendered graph. The network graph layout is controlled by a front-end physics engine that is configurable from a Python interface, allowing for the detailed placement of the graph elements. In this paper, we outline use cases for Pyvis with specific examples to highlight key features for any analysis workflow. A brief overview of Pyvis' implementation describes how the Python front-end binding uses simple Pyvis calls.

READ FULL TEXT

page 8

page 9

research
08/05/2016

Geoplotlib: a Python Toolbox for Visualizing Geographical Data

We introduce geoplotlib, an open-source python toolbox for visualizing g...
research
10/28/2021

retworkx: A High-Performance Graph Library for Python

Network and graph analysis is a widely applicable field of research, and...
research
01/03/2017

Pyndri: a Python Interface to the Indri Search Engine

We introduce pyndri, a Python interface to the Indri search engine. Pynd...
research
01/29/2013

PyXNAT: XNAT in Python

As neuroimaging databases grow in size and complexity, the time research...
research
06/08/2020

Little Ball of Fur: A Python Library for Graph Sampling

Sampling graphs is an important task in data mining. In this paper, we d...
research
02/12/2020

Visualizing modular forms

We describe practical methods to visualize modular forms. We survey seve...
research
04/29/2020

Organic Narrative Charts

Storyline visualizations display the interactions of groups and entities...

Please sign up or login with your details

Forgot password? Click here to reset