Select random values from the normal distribution and display them with the heatmap.
Select random values from the Beta(2, 5) distribution and display them with the heatmap.
Plot the normal distribution and transition a new element when the button is pressed.
Plot the Beta(2, 5) distribution and begin streaming new elements each second once the button is pressed.
Change the bucket base color to orange and plot the Beta(2, 2) distribution.
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.
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.