Announcement

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

  • Avoid repeating the "note" in combined graphs

    Hi, my question is about how to obtain a combined graph with only one single note, instead of many repeated.


    not like this:

    Code:
    . webuse grunfeld, clear
    
    . xtline mvalue, note("note")

    Click image for larger version

Name:	Capturar.PNG
Views:	1
Size:	83.1 KB
ID:	1752922


    maybe, this single "note" would replace the "Graphs by Company" position.

    thks,


  • #2
    Code:
    xtline mv, byopts(note(j))

    Comment

    Working...
    X