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