Displaying 1 result from an estimated 1 matches for "fec44f".
Did you mean:
fe4f
2023 Mar 27
1
Cambiar orden top-down stacked area ggplot2
...5, 560, 94, 3, 256, 72, 157, 657, 618, 143, 3, 279, 75, 180, 688, 711,
205, 5, 275, 95, 185, 672, 817, 305, 5)
data <- data.frame(year, sbcd, cat)
ggplot(data, aes(x=year, y=sbcd, fill=cat)) +
geom_area()+
scale_fill_manual(values=c("lightgoldenrodyellow","#FEE391","#FEC44F","#FE9929","#CD6600","#8B1A1A","red"))
[[alternative HTML version deleted]]