Dear All,
I want to know how to set different scale for the different panel.
catplot ut_preg education [iweight = wt] , ///
percent(education) by(ut_preg) asyvars blabel(bar,format(%4.2f)) ytitle(Percent) by(, title(Percent of Pregnancy Status by Education Level) note(Source: Author's Calculation using NFHS-5:2019-21))
What to add in the codes to have a different scale in the right panel (unintended)?
Thank You in Advance
I want to know how to set different scale for the different panel.
catplot ut_preg education [iweight = wt] , ///
percent(education) by(ut_preg) asyvars blabel(bar,format(%4.2f)) ytitle(Percent) by(, title(Percent of Pregnancy Status by Education Level) note(Source: Author's Calculation using NFHS-5:2019-21))
What to add in the codes to have a different scale in the right panel (unintended)?
Thank You in Advance
Comment