Let's say I have a local
gen x=20
gen y=30
gen z=50
replace y = x+ y
replace z= x+y+z
loc x y z
twoway (area `x y z' date_ym , cmissing(no) sort), ///
legend(pos(6) rows(2)) ylabel(0(25)100)
As we can see, normally, the colour assigned to z would "dominate" the whole graph. I want each "smaller" portion of the area as a superseding layer of the graph (or assign a different color to areas with overlaps) Any clue how to do this?
Related Posts with Overlapping graph, but no layer "dominates" each other
How to properly citing stata's manual and FAQHi, I wonder to know how can I properly cite the below pdf as well as the Stata FAQ. For the FAQ, I …
cloglog and proportional odds assumptionhello,everyone.it's the first time i write here.I hope you can understand my poor English because it…
Dropping variablesHi Guys, Need help with dropping a variable. This is my data: ccode ifscode country group region i…
Help creating new variable using regression and fitted values, and creating a rolling average chartDear all, Hope all is well. Context: I am in the process of regressing director-turnover on the bo…
Egen with weights?Hello, I am new to Stata and I am trying to calculate the proportion of women in different regions …
Subscribe to:
Post Comments (Atom)
0 Response to Overlapping graph, but no layer "dominates" each other
Post a Comment