I want to plot only some values from a data file My problem is: I only want to plot the lines that are the value of some column set to some value ( run_id == 0101). Is there a gnuplot command, that makes you select the lines you want to plot?
like
plot 'FTSE100.txt' using 'ATimeOnMarket' :'AAnualisedROI'
when, and only when, column: 'run_id' has the value '0101'