I need to plot two sets of datapoints to a line graph. Each set of datapoints need to be pulled from a CSV file. Both CSV files have 4 columns and the x axis will be pulled from column 2 (or 1 if you start at 0) and the y axis should be pulled from column 3. Can someone explain how I can accomplish this?