I am plotting a data file with six columns in gnuplot. If the plot of column 2 against column 1 is x(t), I want that line in the legend something like x(t)
, NOT what I currently get for column two against column one, "trial.dat" u 1:2
.
How would I name the legend line, then?