Hi everyone,
I was wondering if anyone could help me with increasing the gap between the bar charts in two-way bar graphs?
My code is:
twoway bar pc_immig1 naics_21 if tag1 & inlist(naics_21, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 ,21),[fw=fweight]||
scatter pc_immig1 naics_21 if tag1 & inlist(naics_21, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 ,21), mlabel(pc_immig1)||,
xla(1/21, valuelabel) ytitle(% of immigrants)
I tried using bargap(1) in my code but it says isn't invalid
Array
Related Posts with Increasing the gap between bar charts- Twoway bar
How to save the predicted value of regressionsDear Statalists' Can any one help me how to save the predicted value of many regressions. I have to …
query on time-series function for computing averageI am attempting to calculate average assets i.e. computed as average assets = (assets (t) + assets (…
forval loop with a time range and a large dataset: can it faster?Dear Stata users, I am using Stata 15.0 I have a variable "Dyadic_Tie", and it should be counted h…
Correct use of constraint in foreach cycleHi, I would like to set constraints later use them in a program. Here is a small example: sysuse au…
Bug in margins with factor variable notation for quadratic termDescription: I think I found a bug with margins. specifically with the atmeans option. If the model…
Subscribe to:
Post Comments (Atom)
0 Response to Increasing the gap between bar charts- Twoway bar
Post a Comment