Announcement

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

  • RGB-coded colors in STATA graphs. How to?

    Dear all,
    I am writing to you about a question about graphs in STATA.

    I have a Kaplan-Meier that I would like to edit by opening the Graph editor.
    I would need to change the color of the survival curve to a color identifiable by a precise RGG code (say, for example, 113/119/66).

    Do you know is it possible to do this?

    Thank you very much!
    Gianfranco

  • #2
    Why do you need the graph editor? Do it using code:

    Code:
    lcolor("113 119 66")

    Comment


    • #3
      Thank you Andrew Musau
      I need graph editor because I have no raw data to graph the Kaplan Meier again

      Comment

      Working...
      X