Save Multiple Graphs At Once
Hi! I feel like this should be simple, but I must be missing something. I have a bunch of columns and I want to graph all of them in a loop. I set up the loop so it creates all the graphs, I just can't seem to be able to save them... Here is my code so far: wind = {};For(i = 1, i <= nitems(List) - 4, i++, wind = New Window(List, Distribution( Stack(1), ...
