colorsΒΆ
Color Palettes and Colorscales used in trajectory analysis Figures.
References
- Default trace color palette, chosen for visual distinctiveness and colorblind friendliness:
Wong, B. (2011), Points of View: Color Blindness. Nature Methods, 8(6), 441. https://doi.org/10.1038/nmeth.1618
- The parula colorscale from MATLAB, used here in plotly Heatmaps:
AttributesΒΆ
Default color palette used for traces in plotly figures. |
|
Colorscale used in the plotly HeatMap figures. |
Module ContentsΒΆ
- ensemblify.analysis.colors.DEFAULT_TRACE_COLOR_PALETTE = ['#E69F00', '#56B4E9', '#009E73', '#F0E442', '#0072B2', '#D55E00', '#CC79C5']ΒΆ
Default color palette used for traces in plotly figures.
- ensemblify.analysis.colors.PARULA_COLORSCALE = [[0.0, 'rgb(53, 42, 134)'], [0.003937007874015748, 'rgb(53, 43, 138)'], [0.007874015748031496,...ΒΆ
Colorscale used in the plotly HeatMap figures.