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
"missing predicted values encountered within the estimation sample" r(322) errorHi everyone, I have the following code: bootstrap, reps(200) nodrop: probit ftptmain1 imm_percepti…
panel data questionHi how I want my individual country observations not to generate multiple country graphs but show on…
Installing PowerBBK packageHi. I'm trying to install the user command powerBBK and am unable to install it using either ssc ins…
New Package: FLEXMAT: Create Tables and matrices with flexibilityI have published a new package -- flexmat -- on the SSC. To install Code: ssc install flexmat Descr…
Stata independent data format csv/xmlThis is not a Stata question as such. My department is a Windows / Stata environment but some of ou…
Subscribe to:
Post Comments (Atom)
0 Response to Moving vertical axis in graph hbar
Post a Comment