Deal Statalists,
I have data. I am going to plot that. There is a problem, two values in my data are close to each other. Once I plot, they cover each other in a way that is not readable. I have tried to edit the graph by changing positing to 9, clock, etc., but still, they are not readable. Any ideas are appreciated.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(shar_noimm imm_shar_dis) str8 share_2 .7408003 0 "" o .9431347 1.3 "Norte" .6581098 16 " Algarve" .8896656 2.7 "Centro" .7551286 7.9 "Lisboa" .8753697 3.5 "Alentejo" .9461963 1.4 "Açores" .9048818 2.5 "Madeira" twoway (scatter shar_noimm imm_shar_dis, mlabel(share_2) mcolor(gs10) msize(small)) (lfit shar_noimm imm_shar_dis , lc(black)) end
Comment