Announcement

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

  • Is it possible to replace a graph that already has a name?

    Suppose I draw a graph by
    line y x, name(x1)
    I want to redraw on the same graph. But this does not work:
    line y2 x2, name(x1) replace
    How can I achieve this?

  • #2
    Should be

    Code:
    ...,  name(x1, replace) 
    
    help name option

    Comment


    • #3
      Originally posted by Nick Cox View Post
      Should be

      Code:
      ..., name(x1, replace)
      
      help name option
      Thank you

      Comment

      Working...
      X