NBAVis

Visualize NBA matches

NBAVis is a visualization of the 2014 - 2015 NBA season's playoffs (won by Golden State). Users can explore how each match progresses through an interactive interface written in Processing.

In the home screen, a force-directed tree displays the connections among teams.

When users click into the individual team, a table of matches would be displayed.

Inside each match, there is a timeline chart showing the score history and the player positions in the particular moment. Additional statistics are also displayed along side the main charts.

The source code of NBAVis can be found on GitHub.