Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • syntax to edit Sankey graphs

    Hello Stata users,

    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)
    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
    Attached Files

  • #2
    Up

    Comment


    • #3
      I recommend contacting the program author.

      See #1 at https://www.statalist.org/forums/help#adviceextras for general advice on bumping, or more precisely against it.

      Comment

      Working...
      X