ggplot draw lines (geom_line) Posted on 2022-01-21 Edited on 2022-05-07 geom_line will connect one by one by given data frame automatically geom_line + geom_line will sharply exhaust memory stack gemo_line(group=pair) is the only solution