Skip to content

Commit

Permalink
Adds color palette from poster
Browse files Browse the repository at this point in the history
  • Loading branch information
michelole authored Nov 11, 2017
1 parent f84625b commit bf41c0f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions paper/provisional-results/graphs.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setwd("~/git/bst-mug/trec2017/paper/provisional-results")
#setwd("~/Dropbox/TREC/Poster/boxplots")
#setwd("~/git/bst-mug/trec2017/paper/provisional-results")
setwd("~/Dropbox/TREC/Poster/boxplots")

library(dplyr)
library(ggplot2)
Expand Down Expand Up @@ -63,7 +63,14 @@ for(run_id in run_ids[seq(2, length(run_ids))]) {
results$run <- factor(results$run, levels=run_ids)

#mug_green <- "#007A25"
extra_color <- "darkred"
tug_red <- "#ff0a6e"
tug_blue <- "#4f82bd"
tug_green <- "#9cba59"
tug_magenta <- "#8063a3"
tug_orange <- "#f79645"
tug_colors <- c(tug_red, tug_blue, tug_green, tug_magenta, tug_orange)

extra_color <- tug_red

plots <- list()
for (i in seq(1, length(metrics))) {
Expand Down

0 comments on commit bf41c0f

Please sign in to comment.