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
Improve your data proficiencyIndepth Research Institute a NITA certified training firm would like to inform you that it has partn…
Changing the graph label while using the "catplot" commandHello! to make clear what my problem is I use the data "sysuse auto". To show you my problem I use t…
New version of wridit on SSC (AGAIN)Thanks once again to Kit Baum, a new version of the wridit package (superseding the one announced th…
STATA Help( rolling beta, quintile portfolio, and the regression analysis)kindly looking for help. I have a hedge fund data year 2010 to 2019 contains dates and thousand of f…
Group characteristicsI would appreciate inputs on comparing characteristics of two randomized groups of patients (age, ge…
Subscribe to:
Post Comments (Atom)
0 Response to Overlapping graph, but no layer "dominates" each other
Post a Comment