File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
8383Color 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.)
You can’t perform that action at this time.
0 commit comments