How to loop generate graph for all columns
Hi, Everyone I trying to get my first loop work, but stuck with one issue. It simply gets all cloumns, and loop through and plot all columns. The problem is in test == ( y_cols[i] ) ;My intension is test is the individual columns name, but when i debug, it seems test is a list of all columns, same as the y_cols. So when i run the script, it plots only the first column, many times. dt = Cur...