Displaying 2 results from an estimated 2 matches for "8b1a1a".
Did you mean:
  8b11
  
2023 Mar 27
1
Cambiar orden top-down stacked area ggplot2
...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]]
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;#1874CD",
    "dodgerblue4",	"#104E8B",
    "firebrick",	"#B22222",
    "firebrick1",	"#FF3030",
    "firebrick2",	"#EE2C2C",
    "firebrick3",	"#CD2626",
    "firebrick4",	"#8B1A1A",
    "floralwhite",	"#FFFAF0",
    "forestgreen",	"#228B22",
    "gainsboro",	"#DCDCDC",
    "ghostwhite",	"#F8F8FF",
    "gold",		"#FFD700",
    "gold1",		"#FFD700",
    &q...