Hi
I hope some one can help me with this graphing problem.
I am making a scatter plot with weighted markers, i.e.:
twoway (scatter var1 var2 if var3=="XX" [aweight = weight], msize(vhuge)) which produces:

However, if I add labels it automatically changes the seize of the weighted markers so that they are no longer weighted but rather all are similar seize, i.e. code:
twoway (scatter var1 var2 if var3=="XX" [aweight = weight], msize(vhuge) mlabel(centre))

What am I doing wring?
Best regards
Mads
I hope some one can help me with this graphing problem.
I am making a scatter plot with weighted markers, i.e.:
twoway (scatter var1 var2 if var3=="XX" [aweight = weight], msize(vhuge)) which produces:
However, if I add labels it automatically changes the seize of the weighted markers so that they are no longer weighted but rather all are similar seize, i.e. code:
twoway (scatter var1 var2 if var3=="XX" [aweight = weight], msize(vhuge) mlabel(centre))
What am I doing wring?
Best regards
Mads
Comment