1 Matching Annotations
  1. Sep 2020
    1. ggplot(diamonds, aes(x = carat, y = price)) + geom_hex() + facet_wrap(~cut, ncol = 1)

      Needs library("hexbin") to work