LineSmooth: An Analytical Framework for Evaluating the Effectiveness of Smoothing Techniques on Line Charts
This package contains our source code, data, and a web-based demonstration.
We have tested this setup on Mac and Linux distributions.
You may visit live versions of this package at https://usfdatavisualization.github.io/LineSmoothDemo/
On Debian linux, such as Ubuntu
> sudo apt install python3 python3-virtualenv git
On Mac, you can download from python.org, macports, or homebrew. You will need python3, python3-virtualenv, pip, git, ... maybe others
This process will setup a virtual environment and install all prerequisites.
> ./setup.sh
Run the server
> ./run_server.sh
If everything goes as planned, you can open a webbrowser and open url http://localhost:5250