Simple histogram of IMDB ratings. Histogram for visualizing discrete freqency distributions.
Relative frequency histogram. The data is binned with first transform. The number of values per bin and the total number are calculated in the second and third transform to calculate the relative frequency in the last transformation step.
Cumulative frequency distribution. The cumulative distribution can be calculated at runtime using the window transform.
Density plot from a univariate distribution:
Stacked density estimates:
A layered histogram and cumulative histogram. As with the previous example, the cumulative distribution is calculated using a window transform.
A vertical 2D box plot showing median, min, and max in the US population distribution of age groups in 2000.
A Tukey box plot showing median and interquartile range in the US population distribution of age groups in 2000. This isn't strictly a Tukey box plot as the IQR extends beyond the min/max values for some age cohorts.
A QQ (quantile-quantile) plot summarising two distributions.