Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Smilik305
Posted - 10/09/2017 : 11:26:16 AM Hello,
I'd like to plot every 5th column into the same graph in one layer. I came up with the following script: int ii; int nCols=wks.nCols; for (ii=9;ii<=nCols; ii+=4) {
But, intead, it plots every column in a separate layer. With an additional indication of o:=[Graph1] it plots every column in a separate plot. Could you please help me modify the code so that it does the job I want?