How to plot specific rows in GNUplot
问题 I have a two-column file which has 1000000 entries, that is 1000000 rows, however I don't want to plot all the data, I just want to plot the points every 100 lines? How to do this in gnuplot? Also, is it possible to specify some particular rows to plot in gnuplot? 回答1: You have at least two options here. First, check out the documentation for help datafile every plot 'datafile' every 100 using 1:2 Another option is to use the pseudo-column 0 ( help datafile using pseudo ) in conjunction with