It is necessary to visualize the data so that human analyst can be involved for decision making.Hence, there are tools for creating an interactive web visualization Hence, D3 tool is used to create an interactive scatter-plot.
1.) Clone it to local disk. Then initialize this repo with bower. Under the cloned folder,
run:
bower init
2.) Then install jQuery and D3 with bower
bower install --save jquery d3
You need to start a server in this case in the index.html directory:
1.) Open terminal and go to the index.html directory.
2.) Type the following command in your terminal.
python -m SimpleHTTPServer
3.) Open a web browser and type the following:
http://localhost:8000/index.html
Name NetID
Vaibhav Aggarwal va771
Palak Arora pa1154
Jitao Guo jg4397
MIT