Hello Stata users,
I would be grateful for any assistance.
I employed the following syntax to generate a Sankey plot.
However, I encountered difficulties in scripting the syntax to:
Make labels/values bold and set them in Times New Roman.
Adjust the position of the column headings/labels/values for better readability.
Your guidance on resolving these issues is highly appreciated.
Best regards,
Dastan
I would be grateful for any assistance.
I employed the following syntax to generate a Sankey plot.
Code:
sankey x, from(shock) to(q17str) by(y) labposition(100) labangle(45) labc(black) labsize(2) boxw(5) ctitles("{stSerif:{bf:HH affected by:}}" "{stSerif:{bf:HH intention to migrate}}") ctpos(top) ctg(20) cts(3) smooth(7) sort1(name) format(%12.0f) recenter(mid) graph set window fontface "Times New Roman" graph display, margins(vlarge) scale(1)
Make labels/values bold and set them in Times New Roman.
Adjust the position of the column headings/labels/values for better readability.
Your guidance on resolving these issues is highly appreciated.
Best regards,
Dastan
Comment