The colorbar guide (guide_colourbar) converts units into cm and then uses them as mm. Reproducible example: library(ggplot2) p1 <- ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Petal.Width)) + geom_point() + scale_color_distiller(name = "gap width = 1cm") + theme(legend.sp...