Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelucchi authored Mar 20, 2020
1 parent 501ca34 commit 6b130d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion results/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ require("reshape2")
source("local_config.R")

# Set colors
cols1.4 <- c("#2D882D", "#AA3939", "#AA7939", "#29506D")
cols1.4 <- c("#2D882D", "#AA3939", "#AA7939", "#29506D", "#5C7881")
cols1.4.bright <- c("#87CC87", "#FFAAAA", "#FFDAAA", "#708DA4", "#B2BEC1")
cols2.4 <- c("#2D882D", "#AA3939", "#AA7939", "#29506D")

cols1 <- c("#AA3939", "#AA7939", "#29506D", "#2D882D") #http://paletton.com/#uid=7000I0kllllaFw0g0qFqFg0w0aF
cols1.bright <- c("#FFAAAA", "#FFD0AA", "#669999", "#88CC88")
cols2 <- c("#FFAAAA", "#FFDBAA", "#718EA4", "#88CC88")
cols3 <- c("#801515", "#805215", "#123652", "#116611")
cols4 <- c("#550000", "#553100", "#042037", "#004400")
Expand Down

0 comments on commit 6b130d7

Please sign in to comment.