Select random values from the normal distribution and display them with the heatmap.
2. Single Series - Beta
Select random values from the Beta(2, 5) distribution and display them with the heatmap.
3. Single Sieres - Normal, Single Update
Plot the normal distribution and transition a new element when the button is pressed.
4. Single Series - Beta, Stream Update
Plot the Beta(2, 5) distribution and begin streaming new elements each second once the
button is pressed.
5. Single Series - Color Override
Change the bucket base color to orange and plot the Beta(2, 2) distribution.
6. Multi Series - Normal + Beta
Plot the Beta(2,5) and Normal distributions as two layers in a single heatmap. Stream elements to the plot
by pressing the button. The normal distribution layer is in blue and the beta in green.
7. Multi Series Color Override
Plot the normal distribution and the Beta(2, 5) distribution overrding normal to be in red, and beta to
be in purple.
Discrete bucketing of sparse histogram values should produce similar looking graphs regardless
of numeric relation between the range of the plot and the number of buckets.