View on GitHub

MadsCorfixen.github.io

Created as part of my exam in Data Visualisation

Visualisation of Pokémon!

Mads Corfixen
mcorfi16@student.aau.dk
Data Science, 3rd Semester
Aalborg University
January 28, 2021
Link to Download Report
Link to Source Code

The Program

Which mono-typing and dual-typing of Pokémon is the most common?

Click to see a Histogram


Do the values of a Pokémon’s Base Total and its Base Egg Steps seem correlated? Do the values of a Pokémon’s Base Total and its Capture Rate seem correlated?

Click to see a Linked Plot

Click to see a Scatter Plot


What effect does it have on a Pokémon’s Base Total, Base Egg Steps, and Capture Rate if it is categorised as Legendary?

Click to see a Violin Plot

Click to see a Boxplot


Visualisations Updated Based on User Feed-back

For the Histogram, the ‘/none’ part was removed from the primary axis if only showing mono-typed Pokémon.

Click to see updated Histogram

For the Linked Plot, the points were made transparent, and the R-squared value was given a background, to increase the popout of the value.

Click to see updated Linked Plot