How to suppress colorbar in contour plots when using GGPlot in R
I am attempting to make a set of contour plots to show a density function using the ggplot
library in r
. These contour plots will all be normalized, and so the colorbars that GGPlot produces by default are unnecessary and clutter the image. I am looking for a way to suppress this colorbar.