Simple histogram of IMDB ratings. Histogram for visualizing discrete freqency distributions.
Cumulative frequency distribution. The cumulative distribution can be calculated at runtime using the window transform.
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.