Announcement

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

  • Inserting long note (or caption) under a graph

    Dear Users,
    I have an explanatory caption of about 200 characters. How do I add this using more than 1 line?

    Thanks,
    Dapel

  • #2
    Code:
    sysuse auto, clear
    graph twoway scatter weight length, note("first note line" "second note line")

    Comment


    • #3
      Thanks. How can this be done after the graph is produced and formatted?

      Comment

      Working...
      X