I want one of the bars that I am drawing in ggplot2 to have a diagonal pattern of two colors, similar to this:
Is that possible? I am currently assigning my colours with this:
scale_fill_manual("legend", values = c("A" = "forestgreen",
"B" = "red2",
"C" = "chocolate1")) +