I am trying to generate legends for geom_smooth and geom_abline using the following code ggplot(data = d, aes(x = log(x), y =log(y) )) + geom_hex() + ...
確定! 回上一頁