I am going to change the legend for the color scale, so I'll use color ... ggplot(data = dat, aes(x = x, y = y, fill = g1, shape = g2) ) + ...
確定! 回上一頁