Interaxis
An interactive and interpretable way to steer scatterplot axes by dragging and dropping data points.
Install / Use
/learn @hannah-kim/InteraxisREADME
InterAxis
An interactive and interpretable way to steer scatterplot axes by dragging and dropping data points.

For more detail, refer to the following paper:
InterAxis: Steering Scatterplot Axes via Observation-Level Interaction
Hannah Kim, Jaegul Choo, Haesun Park, and Alex Endert
IEEE Transactions on Visualization and Computer Graphics (Proc. VAST'15), 2015.
Web demo is available here.
Usage
Open the Terminal then navigate to the client directory and enter the following command:
$ python -m SimpleHTTPServer [PORT]
You can access the web via:
http://0.0.0.0:[port] or http://localhost:[port]
