Skip to content

Commit

Permalink
Fix size --> linewidth in dcws vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Feb 8, 2024
1 parent 1c5c76c commit 89665d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/dcws_example_plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cohesion_dots <- ggplot(cohesion, aes(x = value, y = question, color = group)) +
scale_color_manual(values = pal4,
guide = guide_legend(nrow = 2, byrow = TRUE, override.aes = list(size = 4))) +
theme(legend.position = "bottom",
panel.grid.major.y = element_line(size = 1, linetype = "11", color = "gray90")) +
panel.grid.major.y = element_line(linewidth = 1, linetype = "11", color = "gray90")) +
labs(x = NULL, y = NULL, color = NULL)
plots[["cohesion"]] <- suppressWarnings(add_logo(cohesion_dots, place_inside = FALSE))
Expand Down

0 comments on commit 89665d9

Please sign in to comment.