It’s currently 2024-08-12 18:40:21.097944
library(ggplot2) ggplot(diamonds) + geom_histogram(aes(carat), binwidth = 0.1)
Source code at https://github.com/hadley/diamonds