Hi
I am using Stata 15 and trying to create a simple graph using catplot. The variable I am trying to show on the graph is called "asset_built" and it has a label attached to it saying "Was the asset built at the reported worksite?" When I graph using catplot, this label comes up as text below the x axis. Is there a way I can remove this?
My code is
catplot asset_built, percent recast(bar) var1opts(relabel(1 "Yes, at the mentioned worksite")) title("Were assets verified built or not") blabel(bar,position(inside) color(white)) ytitle(Percentage of total assets verified) l1title("") note(Sample-`r(N)', size(medium))
Also see attached image. I want to remove the text below the x axis.
Array
Thanks
Related Posts with How to remove variable label from x axis using catplot
Difference-in-difference with three time periodsDear all, I am trying to estimate the difference of impact of the Athenes Olympic and the Paralympi…
Firm FE and firm registration type FEDear friends, I would like to analyze the effect of a policy on the number of patents using the Dif…
Take the latest observation per fiscal-periodHi, I want to take (or mark) the latest forecast (variable= forecast_date) per fiscal-period (varia…
Performing operations by values of a specific unit, by yearHi All, I have data that resembles the following: Code: * Example generated by -dataex-. To ins…
Variable Significance Changes After Adding Regional DummiesDear All, I have two simple yet complicated question. I run my regressions on survey data using th…
Subscribe to:
Post Comments (Atom)
0 Response to How to remove variable label from x axis using catplot
Post a Comment