Announcement

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

  • Color for figure: twoway (tsline)

    Hi all,

    I am making a figure and I would like to differentiate between colors.
    Specifically, I want the K2K CEMs to have a different colors than CEM 1-4.

    Is this possible?

    Code:
    twoway (tsline CEM1, connect(ascending) cmissing(n)) (tsline CEM2 CEM3 CEM4 CEM1K2K CEM2K2K CEM3K2K CEM4K2K, lcolor(dkgreen)), title("Greenium per conventional CEM and K2K CEM") ytitle(Greenium in %)
    Thank you very much!! I am still a beginner but this forum makes me learn much quicker.

    Best regards,

    Rens

  • #2
    Code:
    lcolor(dkgreen dkgreen dkgreen red red red red)

    Comment

    Working...
    X