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

For questions and discussion related to graphs, reports, and other output, including issues related to presenting or publishing results.
cap
Posts: 11
Joined: Thu Aug 14, 2008 2:32 pm

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

Unread post 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
moderator
Site Admin
Posts: 269
Joined: Thu Oct 19, 2006 4:33 pm

Unread post 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.
Post Reply