I am plotting 6 curves on one plot. 5 of those will be using the left axis and the 1 using the right axis. Each line will have a different color. The code that I have is giving me colors that do not match up with the lines.
M = csvread(filenameAndDir,1,0);
t=M(:,1)/60;
T=M(:,2);
T1=M(:,3)...