How to create line plot using date data?

后端 未结 0 400
梦毁少年i
梦毁少年i 2020-12-21 02:49
ggplot(data=A, aes(x = Date, y = WaterLevel)) +  geom_line(aes(color = Location))

enter image description here

is the data format wrong?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题