Skip to content

jhwei/basketball_data_vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basketball Shooting Visualization

This is a course project for CMPS263 of 2017 Winter

The repository contains code for data wrangling and visualization.

Visualization Link

The online visualization is here

Software

Python is used for data wrangling. Jupyter is used for writing Python scripts.

Bokeh and matplotlib is used for start stage visualization.

D3 and Javascript is used for final visualization.

Open Source Package for Final Visualization

D3 (V3) and D3-hexbin from d3js.org.

D3-slider from MasterMaps.

D3-tip from Caged.

D3-shotchart from Matt McManus (There is some problem with the original code, so I edit some functions and add some other functions I need).

Inspiration Source

I get inspiration from:

Folder Explaination

The folder vis_d3 contains the final visualization code. The folder data_wrangling contains the code for data wrangling. The folder vis_bokeh contains the code for visualization by bokeh which I used in early stage for visualization.

Releases

No releases published

Packages

No packages published