Plotting Constants#
Color palettes and plot styling.
Plotting style constants.
Includes color palettes and figure layout settings.
- neurodent.constants.plotting.FEATURE_PLOT_HEIGHT_RATIOS = {'ampvar': 1, 'cohere': 5, 'imcoh': 5, 'nspike': 1, 'pcorr': 1, 'psdband': 5, 'psdfrac': 5, 'psdslope': 2, 'psdtotal': 1, 'rms': 1, 'zcohere': 5, 'zimcoh': 5, 'zpcorr': 1}#
Height ratios for multi-feature subplot layouts.
- neurodent.constants.plotting.OKABE_ITO_COLORS = {'black': '#000000', 'blue': '#0072B2', 'green': '#009E73', 'lightblue': '#56B4E9', 'orange': '#E69F00', 'purple': '#CC79A7', 'red': '#D55E00', 'yellow': '#F5C710'}#
Okabe-Ito colorblind-friendly palette.
Reference: https://easystats.github.io/see/reference/scale_color_okabeito.html