Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 433 Bytes

#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.

Starting a Local Server

From within multivis directory:

python -m SimpleHTTPServer 8888

Viewing index.html

Open browser, navigate to localhost:8888, view pretty pictures.