The default symbol in the legend is a lowercase "a". When I try to use points on the plot using geom_point(size=n)
it will simply overlay this symbol; but if the point is not big enough, the lowercase "a" is still visible. How can I remove this completely and just use the geom_point
.
Legend with overlaid point
Legend without geom_point