lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

`linetype` = 0 ('blank') should make lines invisible

Open OLarionova-HORIS opened this issue 2 years ago • 0 comments

ggplot({"a": [1,2]}, aes("a","a")) + geom_line(linetype=0)
Screenshot 2023-03-10 at 17 43 26

ggplot2 doesn't draw a line with linetype=0:

Screenshot 2023-03-10 at 17 45 01

OLarionova-HORIS avatar Mar 10 '23 15:03 OLarionova-HORIS