This day in the life simulation by Nathan Yau, on flowing data, helped inspire our visualization.
This Curry court visualization helped inspire one of the features we've not implemeneted yet but hope to include in our final project. It is an example on this NBA data tool's github.
We got our data from kaggle
Our dataset has stats for every game each of these 3 players have played (-Lebron because he is still in the NBA).
We used Python to convert this game data for each player into age data, by averaging all of the stats that a player played for each year of their life that they played in the NBA.
For example, after processing, we have a row of data for Lebron that contains his stats from when he was 18 years old playing in the NBA.
We looked at this set of visualizations created by Xavier Vivancos García because he uses the same dataset.
We were worried that these players would perform too similarly in a variety of the metrics.
Xaviers visualizations show that they perform significantly different in some metrics (ex: triple doubles) and similar in others (ex: total points).
This easied our concerns about all of the data being too similar. However, our current visualization isn't granular enought to compare relatively similar values.
We will address this shortcoming in the future via a user interaction. Potentially, hover or click, to see more indepth analysis (ex: maybe a chart or just the numbers)
We sketched a few alternative designs that would help us choose the best version for our project.
The following is some sketches that we have.
After hours of sketches and combining multiple designs through talking with the team members, we have decided to go with a final main page design something along this line. Our main idea is to focus on a few visualizations but make them more meaningful and interactive rather than having a lot of static data visualizations.
The idea for this is to mainly highlight stats of each player. This way users can focus on one and only legend without overwhelming them with three of them at the same time. Of course, the user can also have the ability to compare all three players at the same time but this is the design that demonstrates focus.
The landing page is very simple. It highlights big images of the players with their respective teams that they last played or currently in. The high quality images with players showing emotions are very powerful. A true NBA fan will feel their energy. The landing page also loads the data in the background as well.
This main page focus on all three players at the same time with a couple of visualization charts to demonstrate every players' unique statistics. However, we did not go with this route because we decided not to use too many visualization charts.
Design: Click on a specific player, get brought to a background informational timeline page that is more text based than data based. Justification: Users come to our website to learn more about these 3 players. Giving a detailed timeline of their lives will help the users understand what made these players great and educate them on the backgrounds of these legends. Data is better with context. That is what we will provide with this section.
This design illustrates the hamburger menu.
In this bubble chart visualization our main goal is to show how consistent a player is. When choosing a stat such as ‘Assists,’ a bubble graph will show how well or poorly they performed over time. In the visualization example, we can see that player blue is more consistent than player red.
In this octagon visualization we will show each player’s stats in an interactive way. At the top, the age would be changing over time, and the circles moving depending on how each player’s stats changes. This visualization shows each player in one screen helping users to compare them all at once.
Above is the landing page, where (eventually) users click on the image of a player to nav to their player bio.
Clicking explore navigates you to the main (vis) page.
Above is the top half of the main page. The text explains the visualization.
You can click on Biography below each player's image to be routed to their player bio.
This is the main visualization.
You can click next, to progress to the next year (age: 25). Likewise, you can click prev to go to Age: 23.
This visualization shows the average relative performance between these players when they played in the NBA, when they were the selected age.
Above is the placeholder player bio. Each player has a unique page.
For milestone 2, we made these changes to our visualization:
We learned that at the same ages, these players performed similarly in a lot of metrics.
We also learned that these 3 elite players were strong in different areas. For example, MJ isn't the strongest 3 point shooter.
We answered our questions about how these players stack up (in various metrics) at different ages.
Our current visualization now has a level granularity that allows users to see the value of small differences between the players.
The visual size of each node lets users quickly compare the players in each metric, and then the user can hover to see the exact number the circle is representing.
Things we want to add to further improve our visualization: