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
(possibly) simple bar graph comparing two variables (not one variable over the other)Hello, I've spent hours since yesterday to plot a simple bar chart which displays two variables wi…
Changing location of labels in box plot graphsHello, I'm trying to create box plots displaying changes in occupational shares for occupation 1-9,…
Test two models for best fitHi Stata I want to test two models against each other to see if one's fit is significantly better t…
Generating a local of locals for use in a foreach loop of regression specificationsDear all, I'm hoping to get a little help on an issue I'm having creating a so-called 'local of loc…
How to count coefficients and p-values of a regression?Hello, i have another question regarding my code. Code: set matsize 511 unab y : TOYOTAMOTORTOT…
Subscribe to:
Post Comments (Atom)
0 Response to Increasing the gap between bar charts- Twoway bar
Post a Comment