Real-world networks are extremely difficult to visualize due to their immense complexity. MultiViz is a plugin for Gephi, an open-source software tool for graph visualization and modification, which can be used to visualize complex networks in a multilayered fashion. A collection of settings are available through the plugin to transform an existing network into a multi-layered network. The plugin supports several layout algorithms and lets the user choose which property of the network to be used as the layer. The goal is to provide the user with complete control over how the network is visualized in a multi-layer fashion.
Preprint available at: https://arxiv.org/abs/2209.03149
Once available in the Gephi platform, the multiviz plugin can be installed from the Gephi application itself by navigating to the Tools
> Plugins
option in the application.
-
Download the project from GitHub
https://github.com/JSiv/gephi-plugins
-
Start Apache Netbeans IDE and go to
File
and thenOpen Project
. -
Navigate to the project files, Netbeans will automatically recognize it as a Maven project.
-
Open the Terminal window in Netbeans by going to
Tools
>Open in Terminal
-
Run the following command to compile and build the plugin:
mvn clean package
-
Run the following command to run Gephi with the multiviz plugin pre-installed
mvn org.gephi:gephi-maven-plugin:run
-
After Gephi is opened, Generate/ Import a network graph
-
To open the plugin, Select
Multi Layer Visualization
in theLayout
tab in Gephi. -
Try different settings and values in the plugin to create a good visualization
-
Check out the finalized visualization on the preview page and export it as pdf, svg, or png.
Watch how to use the plugin here
Running the multiviz plugin requires Apache Netbeans, JDK 11 or later and Maven.
If you find MultiViz useful in your research, please add the following citation.
@misc{https://doi.org/10.48550/arxiv.2209.03149,
doi = {10.48550/ARXIV.2209.03149},
url = {https://arxiv.org/abs/2209.03149},
author = {S., Jayamohan Pillai C. and Chatterjee, Ayan and M., Geetha and Mukherjee, Amitava},
keywords = {Social and Information Networks (cs.SI), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {MultiViz: A Gephi Plugin for Scalable Visualization of Multi-Layer Networks},
publisher = {arXiv},
year = {2022},
copyright = {arXiv.org perpetual, non-exclusive license}
}