Draw a box around some of the plots when using `facet_wrap` in ggplot2

前端 未结 0 1132
旧时难觅i
旧时难觅i 2021-01-28 01:31

I created the following plot with panels using ggplot():

ggplot(merged.table, aes(x=iter, y=freq,group=var)) + geom_line()+facet_wrap(.~var)

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