Skip to content

Commit

Permalink
the missing colors in the stackbar bug is now fixed..
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Aug 17, 2014
1 parent e631d12 commit c9cae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/o-stackbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ P <- function(df){
p <- p + guides(fill = guide_legend(nrow = 25))
p <- p + theme(plot.title = element_text(hjust=0, vjust=1))
p <- p + coord_cartesian(ylim=c(-0.01, 1.01))
p <- p + scale_fill_manual(limits = colors_list[[1]], values = as.vector(colors_list[[2]]))
p <- p + scale_fill_manual(values = as.vector(colors_list[[2]]))

print(p)
}
Expand Down

0 comments on commit c9cae32

Please sign in to comment.