📅  最后修改于: 2022-03-11 14:54:58.953000             🧑  作者: Mango
Library(ggplot2)
ggplot(datasheetName, aes(x= variable1, y = variable2, fill = (variable3))) +
geom_bar(stat = "identity", position = position_dodge())