data <- data.frame(category = c("1", "2", "3"), value = c(10, 5, 15)) ggplot(data, aes(x = category, y = value)) + geom_bar(stat ...
確定! 回上一頁