How to increase the size of points in legend of ggplot2?

Solution 1:

Add a + guides(colour = guide_legend(override.aes = list(size=10))) to the plot. You can play with the size argument.