NicMcPhee / push-simplification-for-generalization

Paper, talks, and scripts for GECCO 2017 paper on how simplifying PUSH programs improves generalization
MIT License
0 stars 0 forks source link

Fix color palette of the graphs #3

Closed NicMcPhee closed 7 years ago

NicMcPhee commented 7 years ago

The current graph colors on some of the bar charts are pretty tough on the eyes, and we should probably try to tone that stuff down. Switching to the color-blind-friendly palettes might be less aggressive.

NicMcPhee commented 7 years ago

From @thelmuth:

# Colorblind-friendly pallet
cbbPalette <- c("#E69F00", "#56B4E9", "#000000", "#009E73", "#D55E00", "#CC79A7", "#F0E442", "#0072B2")