How to increase the size of points in legend of ggplot2? [duplicate] December 31, 2022 by Tarik Add a + guides(colour = guide_legend(override.aes = list(size=10))) to the plot. You can play with the size argument.