insightsengineering / insightsengineering/osprey

Fixed colors for grade

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

NEST/osprey/pull/31#issuecomment-14703)

Also another good-to-have, but could-be-added-later thought. Based on some of my recent requests, since we usually use grade as `block_color` if not `NULL`, whether we could set that if the `block_color` is grade (or if `bar_color` in `counts_r`, `counts_l` is 1-5?), the default to be
```
scale_fill_manual(
name = "Grade",
values = c(1 = "darkgreen", 2 = "blue", 3 = "orange", 4 = "red", 5 = "black")
)
```

Provenance:
```
Creator: gogonzo
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.