I apologize in advance for my poor english. I hope you can understand.
I have a matrix(9,55) with annual (9 years) time series of 55 items.
I'm trying to figure out how to run a for loop that allows displaying the graph of each column of my matrix. In particular I'm wondering if there is a command that allows displaying each graph at a time, and then showing the following one after a keyboard input I can give. So that I can briefly scan all the graphs of my 55 time series.
I'm thinking about a command like "wait" or something...
At the moment I'm stuck here:
Code: Select all
group g * 'put every series in the workfile into a group
g.drop resid
matrix (9,55) matrice
stom(g, matrice)
for !i=1 to 55 