Can I set opacity if the color is RGB defined (in area graphs)?
The following command doesn't make the area transparent.
If I replace the color command by "color(blue%30)" it works as expected.
The following command doesn't make the area transparent.
Code:
twoway rarea y1 y2 year, color("222 235 247"%30) xline(1941, lpattern(dot))
Comment