ggplot (data = df) +. geom_line(mapping = aes(x = date, y = sales, group = city, colour = city)) +. theme(legend.position = "none").
確定! 回上一頁