I have thousands of points in one figure and set the \"size = 1\". However the point size in the legend is reduced too. How to increase the point size in the legend?
Add a + guides(colour = guide_legend(override.aes = list(size=10))) to the plot. You can play with the size argument.
+ guides(colour = guide_legend(override.aes = list(size=10)))
size