> gnuplot> set datafile separator '\t'
>
> gnuplot> plot ...
Tried '\t' but there was no change in end result. Tried "\t" to no effect as well. The file saved in Xcode worked with both though.
Thinking along the datafile separator line of thought I tried
gnuplot> set datafile separator ","
and save as to a .csv file extension, edited the first line to start with #, re-saved, and tried to plot
gnuplot> plot "trialc.csv" u 1:3 w lp
but it still didn't work. Tried removing the file extensions from the .txt & .csv but no luck as well regardless of datafile separator.