Dear All, When I run the following code,
I obtain
However, the marker "cmsz18car/ikz18jfqa" and "khfl20rfqa/xrcw20jcf" do not appear completely. Any suggestions are highly appreciated.
Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input str40 y str15(x markers)
"CEO turnover-performance sensitivity" "Co-opt" "cdn14rfs"
"Earnings management" "Co-CFO" "dhms21ms"
"Financial reporting quality" "Co-Aud" "cmsz18car/ikz18jfqa"
"Stock price synchronicity/crash risk" "Co-opt" "khfl20rfqa/xrcw20jcf"
"Tax avoidance" "Co-opt" "xxx"
"Tax avoidance" "Co-CFO" "cgac22japp"
end
label define X 1 "Co-opt" 3 "Co-CFO" 5 "Co-Aud"
encode x, gen(X)
encode y, gen(Y)
labmask Y, values(y)
lab drop Y
labmask Y, values(y)
scatter Y X, ytitle("") xtitle("") mcolor(none) mlab(markers) mlabpos(0) mlabsize(small) ///
xlab(0 " " 1 2 " " 3 4 " " 5, val labsize(small) grid) xsc(r(0 6)) ///
ylab(0 " " 1(1)6, val labsize(small) grid angle(0)) ysc(r(0 6) outergap(1)) scale(0.75)
graph export "topics.png", as(png) name("Graph") replace
However, the marker "cmsz18car/ikz18jfqa" and "khfl20rfqa/xrcw20jcf" do not appear completely. Any suggestions are highly appreciated.

Comment