Closed
Description
I just started using rstudio a few weeks ago (and ggplot2 for just a couple of weeks), but if this doesn't count as a bug, it certainly represents an inconsistency. In geom_point for example, size = 0.5 reduces the size of the dots, but with geom_path, it produces the same line as omitting the size parameter, and geom_path, size = 1 produces a thicker line (I assume twice as thick).
ggplot() + geom_path(aes(disp, mpg), mtcars, size = 1)
Metadata
Metadata
Assignees
Labels
No labels