I have this big file:
label1 value1 value2 ... valuen
.
.
.
labeln value1 value2 ... valuen
I want to plot this as standard line plot, where the lines will be labeled using the first column. Can this be done in gnuplot? Specifically, is it possible, without explicitly stating each of the lines in the plot script?
title columnheaderfor this. - Christoph