Skip to content

Commit

Permalink
add colour blind friendly version of power rangers
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Aug 29, 2024
1 parent 3cc84ec commit af93755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2024/2024-08-27/20240827.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bg_col <- "#fafafa"
text_col <- "#472c85"
highlight_col <- "#d392b3"
col_palette <- c("#c2321c", "#da872c", "#e8dc3b", "#61b94b", "#2c3bd9", "#472c85")
col_palette2 <- c("#762a83","#af8dc3","#e7d4e8","#d9f0d3","#7fbf7b","#1b7837")

body_font <- "space"
title_font <- "space"
Expand Down Expand Up @@ -113,6 +114,7 @@ ggplot(data = episode_data) +
facet_wrap(season_num ~ ., strip.position = "left", ncol = 1) +
scale_fill_manual(
values = rev(col_palette),
#values = rev(col_palette2),
name = "Lower IMDb Rating \u2190 \u2192 Higher IMDb Rating"
) +
guides(
Expand Down
Binary file added 2024/2024-08-27/20240827_safe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af93755

Please sign in to comment.