lets-plot
lets-plot copied to clipboard
`linetype` = 0 ('blank') should make lines invisible
ggplot({"a": [1,2]}, aes("a","a")) + geom_line(linetype=0)
ggplot2 doesn't draw a line with linetype=0: