标签:osi bug iam 图形 body ble facet 学习 line
1234
library(plotly)p <- ggplot(data = diamonds, aes(x = cut, fill = clarity)) + geom_bar(position = "dodge")ggplotly(p)
plotly支持facet,不过当facet的图形超过9个以后,legend处会出现bug。
R----plotly包介绍学习
原文地址:http://www.cnblogs.com/nxld/p/6060536.html