Scatter Plot with Dates
Posted: Mon Mar 10, 2014 12:52 pm
Hi. Is it possible to have the "style" of a scatter plot as dates rather than dots or symbols etc. ? Any help would be greatly appreciated.
A Forum for RATS Software and Econometrics Discussions
https://estima.com/forum/
Code: Select all
spgraph
scatter(footer="Figure 1-16 Scatter Plot of y(t-1) vs y(t)",$
line=||0.0,%beta(1)||)
# ylag y 1876:1 1900:1
do time=1876:1,1900:1
grtext(x=ylag(time),y=y(time)) %string(%year(time))
end do time
spgraph(done)