Open jmeihuang opened 5 years ago
For some reason my bar graph is turning out to be a gray color. Does anyone know how to fix this? `fill_c <- c("gray", "green")
ggplot(all_name, aes(x = transaction_type, y = total)) + geom_bar(stat = "identity") + scale_fill_manual(values = fill_c) + theme(legend.position = "none") + facet_wrap(~as.factor(cand_name))`
I fixed it!
For some reason my bar graph is turning out to be a gray color. Does anyone know how to fix this? `fill_c <- c("gray", "green")
ggplot(all_name, aes(x = transaction_type, y = total)) + geom_bar(stat = "identity") + scale_fill_manual(values = fill_c) + theme(legend.position = "none") + facet_wrap(~as.factor(cand_name))`