#multivis
- System for visualizing the same data in different ways
- Very preliminary system for visualizing the same underlying data with different visualization techniques.
#Getting Started
Python is being used solely as an example.
From within multivis directory:
python -m SimpleHTTPServer 8888
Open browser, navigate to localhost:8888
, view pretty pictures.