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
Randomly select contents from one variable in listHello, For each observation, I have up to six variables that describe a potential location (x1-x6).…
Does a dofile have meta-data (like a word document) that says something about it's creator?I will upload a dofile for an anonymous submission to a journal. However, I cannot seem to find out …
Clean DataHello all, I have a paneldataset of 18 years and 505 companies and 25 variables (one of those is fi…
How to know the fractional polynomial used in twoway fpfitciGreetings Stata Users & experts, I'm currently reviewing some of the methods to graph relations…
Replacing missing values within a variable with true value based on an ID - Seeking efficient solution.Apologies in advance for a somewhat convoluted title for the post. I have already solved the problem…
Subscribe to:
Post Comments (Atom)
0 Response to Moving vertical axis in graph hbar
Post a Comment