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