Skip to content

Commit

Permalink
add checking for color blind friendly color palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrick authored Oct 9, 2024
1 parent b5d7cdf commit 62db23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook_review_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ For authors: consider these checklists requirements for your code.
- Has un-used code been removed (e.g., unused functions and commented-out lines)?
- Are comment lines wrapped so all fit within a max of 90 - 100 characters per line?
- Are code lines reasonably short where possible? some code lines can't easily be wrapped and that is ok
- Do plots use color-blind friendly palettes for plotting? try this [simulator](https://www.color-blindness.com/coblis-color-blindness-simulator/#google_vignette) for visual check

```python

Expand Down

0 comments on commit 62db23c

Please sign in to comment.