Skip to content

notascope/notascope

Repository files navigation

NotaScope

NotaScope is open-source software, created to support the research to be presented at VIS 2023 in the paper entitled Metrics-Based Evaluation and Comparison of Visualization Notations by Nicolas KruchtenAndrew M. McNutt and Michael J. McGuffin.

The NotaScope source code is on Github and a running demo is available. A walkthrough video of the user interface is on YouTube.

Local Setup

To get started you'll need git, conda and Firefox installed.

$ git clone git@github.com:nicolaskruchten/notascope.git
$ cd notascope
$ git submodule init
$ git submodule update
$ conda env create -f environment.yml
$ conda activate env
$ yarn install
$ make app.py
$ python app.py