Hi,
I'm trying to plot a variable called "teleworking rate" by region. So my data looks like:
tw_rate region
20 Tarapacá
17.3 Antofagasta
15 Atacama
33.7 Coquimbo
. .
. .
. .
25.4 Ñuble
I used the following code:
graph hbar tw_rate, over(region) blabel(bar, format(%3.1f)) ytitle("%")
and I have this graph:
The problem is that I can't see the region names, so how can I move the vertical axis in order to see all these names?
Thanks!
Related Posts with Moving vertical axis in graph hbar
dividing the dataset in 2 grouphello, I want to divide my data set into an intervention and control group but i don't know how …
Create peer groups by matching industry code with size quartile, per year.Hello all, I have panel data for years 1998-2020 about firm performance (stock returns). For my fut…
Stata automatically reversed my dataHi all, Can anybody help me out how I can prevent STATA from reversing the data of aut3? Students f…
Help with intuition of interaction-time effects in panel dataI am working on a panel dataset for a project which comprises 5 survey rounds. I have test score dat…
Generate new variableHey, in the panel study I am working with, there are two times the same variable (t34005a & t34…
Subscribe to:
Post Comments (Atom)
0 Response to Moving vertical axis in graph hbar
Post a Comment