Skip to content

Commit

Permalink
Merge pull request #47 from katilingban/dev
Browse files Browse the repository at this point in the history
update world bank vignette
  • Loading branch information
ernestguevarra authored Mar 10, 2024
2 parents b18f553 + 722c91d commit 4b0c8b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/world-bank.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ggplot(
) +
labs(
title = "World Bank Theme",
subtitle = "Using the World Bank neutral palette (tinted to 40%)",
subtitle = "World Bank neutral palette (tinted to 40%)",
x = "Engine Shape", y = "Counts"
) +
theme_wb()
Expand All @@ -179,8 +179,8 @@ ggplot(data = mtcars, mapping = aes(x = mpg, y = disp, colour = factor(cyl))) +
values = wb_palettes$wb_brights |> tint_colours(p = 0.4) |> unlist()
) +
labs(
title = "Light ACDC Theme",
subtitle = "Using the World Bank neutral palette (tinted to 40%)",
title = "World Bank Theme",
subtitle = "World Bank neutral palette (tinted to 40%)",
) +
theme_wb()
```

0 comments on commit 4b0c8b3

Please sign in to comment.