Skip to content

Bachelor Thesis Project - Improving Animated Node-Link Diagrams with Scented Widgets

Notifications You must be signed in to change notification settings

mjovanc/improving-animated-node-link-diagrams-scented-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improving Animated Node-Link Diagrams with Scented Widgets

Installation guidelines

Create, activate, and download dependencies with a virtual environment using venv

# Create a virtual environment named 'venv'
python -m venv venv

# Activate the virtual environment on Windows
venv\Scripts\activate

# Activate the virtual environment on macOS and Linux
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

Run server

python app.py

Now it should be running on http://localhost:8000.

Datasets

To be able to use this tool, you need to use datasets in the format of X Y Z following new line. X represents a node, Y represents a node and Z represents the time. X and Y therefor forms a relationship at that specific time. Data is represented with non-negative integers.

Donwload sample datasets

About

Bachelor Thesis Project - Improving Animated Node-Link Diagrams with Scented Widgets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published