Hello,
How can I do the twoway connected for the points, while only display the connected lines without those points?
For example,

I just want to see the lines with no dots. I was thinking use
, but the dots will be a white space. Any other ideas?
Thanks,
Jack
How can I do the twoway connected for the points, while only display the connected lines without those points?
For example,
Code:
webuse sp500, clear twoway connected close date in 1/15, sort msymbol(smcircle)
I just want to see the lines with no dots. I was thinking use
Code:
mcolor(white)
Thanks,
Jack

Comment