Announcement

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

  • parentheses do not balance - Balloon Graph Issue

    tw (sc occupation industry [w=weight], ms(circle) mfc(eltblue%70) ylabel (1(1)13, labsize(small) valuelabel angle(45)) xlabel(1(1)15, labsize(small) valuelabel angle(45)))

    I am not exactly sure why I am getting parentheses do not balance error. Could you please help?

  • #2
    it should be,
    Code:
    tw (sc occupation industry [w=weight], ms(circle) mfc(eltblue%70)) , ylabel(1(1)13, labsize(small) valuelabel angle(45)) xlabel(1(1)15, labsize(small) valuelabel angle(45))

    Comment


    • #3
      It's a matter of taste as well as experience, but my advice is to use the || notation for separating different twoway commands. There are plenty of pesky parentheses to pair off already.

      Also, any decent text editor lets you search for a match, including the do-file editor.

      Comment

      Working...
      X