Dear all,
When creating graphs I often use splitvallabels to break up longer labels on the y axis. However, this only works when having something like this:
splitvallabels rep78 , length(11)
graph bar mpg , over(rep78, relabel(`r(relabel)') )
My code is as follows:
catplot var1 var2 if var3 == 1 & var1 > 0, percent(var1) asy recast (hbar) ///
title("XXX", size(medium) span margin(b=10)) ytitle("YYY") legend( bmargin(t=1) bexpand span size(small)) ///
aspect(0.25) ysize(2) xsize(2.8) scale(*0.75)
You see that I do not use the over option, so that I cannot include relabel(`r(relabel)'). Does anyone have an idea on how to tackle this issue?
Related Posts with Using splitvallabels + catplot without over option
Two wave panel data and mediation analysis: methodological challengesHi List, I'm having some methodological challenges that I hope you can help me out with. I'm resear…
IV - choosing among valid instrumentsHi, I am using an instrument variable approach where I have access to several valid (but many times …
sign restrictionsSuppose, I have a model like, -ASSET SALES =a*x1+b*CASH FLOWS. Kindly note the sign of dependent var…
standard deviation and standard error as variablesHello every one, please i want to create variable which comes from standard deviation and standard …
IV - choosing among valis instrumentsHi, I am using an instrument variable approach where I have access to several valid (but many times …
Subscribe to:
Post Comments (Atom)
0 Response to Using splitvallabels + catplot without over option
Post a Comment