From 3740b95f6f8573cee4107c755d1a076bdb0750b2 Mon Sep 17 00:00:00 2001 From: Michael Mahoney Date: Fri, 9 Aug 2019 14:50:18 -0400 Subject: [PATCH] Update example theme (issue #143) --- R/stamp.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/stamp.R b/R/stamp.R index a4b6456..92a04bb 100644 --- a/R/stamp.R +++ b/R/stamp.R @@ -14,7 +14,8 @@ #' library(ggplot2) #' #' p <- ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) + -#' geom_point(aes(color = factor(Petal.Width))) +#' geom_point(aes(color = factor(Petal.Width))) + +#' theme_cowplot() #' #' stamp_bad(p + guides(color = "none")) #' stamp_ugly(p)