My Visualization Project

Introduction

This visualization unveils the deepest mysteries of our world, showing the facts through the lens of statistical data anlysis and colorful animations. The truth shines brightly and guides the lost minds.

We investigate the changes in population of alligators in Lac Léman over the last century and extrapolate the trend to predict a world of reptile domination. Read more about our model or the sources of our data.

How to use

Here we would tell you how to interact with the plot below. Sadly, it is not interactive at this stage of the project. Please imagine that the plot is interactive and that clicking on it activates captivating animations.

Color cycle

This plot will demonstrate your colorCycle function.

const my_cc = colorCycle(['purple', 'rgb(20, 230, 220)', 'rgb(10, 230, 20)']); showColorCycle(my_cc);

Counting characters in text

Implement countOccurrencesNormalized and execute:

setCharacterCountingFunction(countOccurrencesNormalized, my_color_cycle);

to count the characters in the text below.

setCharacterCountingFunction has not been called yet

Ball simulation

Use plotBall(points) to draw trajectories here.