This representation shows The initial stats of pokemons.
Violin plot :
- the box plot represent the quantiles of the distribution (5%,25%,50%,75%,95%)
- the dot represent the median
- the violin body represent a kernel density estimation (probability function for the value)
Colors :
Colors are customizable: Violin body, Violin stroke, Box body, Box stroke, In box elements (mean and median), Labels.
Sizes:
Sizes are customizable: Image width and height, figure width and height, violin width and space, box width.
By default, data are read from the local file stats.json
If needed, you can comment the "Read local file BLOCK" and uncomment the "query pokeAPI BLOCK". Then data will be fetch from pokeAPI (a RESTful API).