我正在使用气泡图,我编写了这个问题。你如何得到它,以便两个变量的图例也是两行?我很想读传说
剪切:(配色方案)
换行
价格:(尺寸方案)
test <- ggplot(diamonds, aes(x = carat, y = depth, size = price, fill = cut))
+ geom_point(shape=21) + theme(legend.position="bottom")
我尝试添加:
+ guide_legend(nrow = 2)
这给了我:
Error: Don't know how to add o to a plot