Page 1 of 1

How to graph multiple series, when stored in a vector series

Posted: Mon Aug 18, 2008 2:00 pm
by cap
Hello,

I have number of series stored in a vector series. The total number of series is variable. Is there a way to graph all of the series at once?

It appears the graph instruction requires an explicit number and then a listing of all the series, which as far as I can tell makes it impossible to graph all of the series inside a do loop when you have a changing length of the vector series...


Thanks in advance,
-CP

Posted: Mon Aug 18, 2008 2:57 pm
by moderator
Check out the LIST and CARDS instructions, which provide a way to "loop" over a list of supplementary cards. That should give you what you need.