r = ggplot(data=df, aes(x=researcher, y=value)) + geom_bar(stat="identity", position="dodge", width=0.5, fill="#7db5f8") + ...
確定! 回上一頁