Questions tagged [geom-area]
47 questions
0
votes
1 answer
Specify colour to a stacked area graph
I would like to change specific colours (oder than rainbow default) to each column "Sector" in the code below
I've read that geom_area doesn't allow changes in colour? if so is there another way to plot this graph without using ggplot2…

discoveries
- 9
- 7
-1
votes
1 answer
Triple variable stacked line/area graph in R
I'm trying to generate a stacked line/area graph utilizing the ggplot and geom_area functions. I have my data loaded into R correctly from what I can tell. Every time I generate the plot, the graph is empty (even though the axis looks correct except…