Skip to content

Commit 34d4e4f

Browse files
committed
recommendation to use off-white background
1 parent 87c4f10 commit 34d4e4f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

guidelines.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,18 @@ All plots **must**:
7979
- Check journal style guidelines carefully.
8080
- Ensure plot text size is similar to that in the body of the article as possible.
8181

82-
### Colo(u)r palette:
82+
### Colo(u)r considerations:
8383
Color choices should look appealing and be accessible to those with color-vision deficiency (CVD).
8484

85+
#### Plot backgrounds:
86+
87+
The high contrast resulting from fully saturated colors against a white background can be difficult for individuals with dyslexia.
88+
Consider using an "off-white" background instead.
89+
The functions `OffWhiteBackground()` in both ROOT and matplotlib toolkits in this package will set figure backgrounds
90+
to match the off-white background in the [official DUNE slide template](https://docs.dunescience.org/cgi-bin/ShowDocument?docid=78).
91+
92+
#### Markers/lines:
93+
8594
- When discrete curves are shown, the [Okabe-Ito color cycle](https://jfly.uni-koeln.de/color/) is recommended.
8695
(`dune_plot_style` sets the default matplotlib cycler to Okabe-Ito;
8796
the `dunestyle::colors::NextColor()` function can be used to obtain this cycle in ROOT.)

0 commit comments

Comments
 (0)