From 62db23cd887ccd310d89cf8585632e849081da43 Mon Sep 17 00:00:00 2001 From: jkrick Date: Wed, 9 Oct 2024 15:39:14 -0700 Subject: [PATCH] add checking for color blind friendly color palettes --- notebook_review_process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook_review_process.md b/notebook_review_process.md index c882644..84bb4ec 100644 --- a/notebook_review_process.md +++ b/notebook_review_process.md @@ -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