I posted a similar question here about not being able to see a small differences in line size when plotting in RStudio. The answer was that the differences in line size became noticeable once I saved the plot with ggsave()
. The limit seemed to be how finely the RStudio graphics device/viewer could display different size lines.
Using your example, I also don't see a noticeable difference in line size when plotting size = 0.05
and size = 0.5
in RStudio. After saving the plot to a pdf with ggsave()
though, I can see the difference after zooming in a bit.