Hi,
I would like to generate one histogram which have three graphs covering on the others. The three graphs were supposed to cover the earlier graphs if they locate at the same position. However, some bars were placed perfectly, some were not with some shifting. For example, there were two blue bars (around May 2016 and May 2018) on the same date of the red/ gray bars and the very small shifting of blue made them show some red color behind. In other situations, some blue bars (e.g., 1/3) could cover perfectly and some (e.g., 2/3) could not.
All the numbers and values are just from made-up data for clarifying my questions.
The syntax for the 1st combined histogram is listed here:
twoway ///
(histogram date if (outcome==3 | outcome ==2 | outcome ==1), disc freq fcolor(gray) lcolor(black) lwidth(vvthin) width(8) gap(0) ) || ///
(histogram date if (outcome==3 | outcome ==2), disc freq fcolor(blue) lcolor(black) lwidth(vvthin) width(8) gap(0) ) || ///
(histogram date if (outcome==3 ), disc freq fcolor(red) lcolor(black) lwidth(vvthin) width(8) gap(0) ) ///
, ///
ylab(1(1)5) xtitle("First Diagnosis Date") xmtick(`minday0'(30)`maxday0') ytitle("Number of Cases") ///
xlabel(`minday0'(60)`maxday0', format(%d) labsize(small) angle(45)) ///
legend(label (1 "All Cases") label(2 "Car Related") label(3 "Bike Related") pos(6)) plotregion(margin(zero)) ///
title("Count Curve, N=2") subtitle("Summarized cases dates from: `minday1' to `maxday1'") note("Chart Produced: `c_date'")
I have spent several days on this and could not figure out why some are good while some are not in one graph. I would appreciate any help you could offer. Thank you very much.
XuanArray Array Array Array
Related Posts with Shifts when laying multiple histograms
Add variables from a very different set of informationDear friends, I would like to ask you for help on a problem, hopefully someone can help me. I have …
Bank's Cost efficiency and Lerner index for competition estimation in panel data using Stochastic Frontier AnalysisDear Experts, Can anyone help me to estimate Bank's Cost efficiency and Lerner index for competitio…
het() option - Which variables do I have to include?Hello, I am dealing with an intreg model, which does not meet the assumption of homoskedasticity. I…
Interactive do File à la C++/PythonI have 2 datasets: A.dta, and B.dta. I want the same set of codes to run on A & B depending on t…
Calculating difference between observations and sumDear experts, I'm wondering whether you can help me. I wanted to calculate the age similarity based…
Subscribe to:
Post Comments (Atom)
0 Response to Shifts when laying multiple histograms
Post a Comment