``` d <- ggplot(diamonds, aes(carat, price)) d + geom_hex() ``` Here is the plot before  Here is to plot now, apparently something is wrong 