I am new at RATS and I am bumping into a few problems.
How can I add more than one grid at my graph and change the the grid color line or size? The grid line gets confused with the graph line.
Thats my code that i tried to use following RATS Hel guide page 141
Code: Select all
set shocks = t==2010:04:20.or.$
t==2011:02:17.or.$
t==2012:06:03
spgraph(hfields=2,color=2,footer="Figure 1 Cotações e Rettornos do Petróelo WTI")
graph(grid=shoks,header="(a) Oil Price (US$/barril)")
# close
graph(grid=shocks,header="(b) Oil return (%)")
# r
spgraph(done)Thank you all.# SX11. Identifier SHOKS is Not Recognizable. Incorrect Option Field or Parameter Order?
>>>>graph(grid=shoks,<<<<
Max