|
From: Nukular <Roc...@gm...> - 2010-09-14 00:32:45
|
Thank you, works perfect, even if i dont quite understand the command. How can i modify it to select line 500-1000? Regards Thomas Sefzick wrote: > > use the ternary operator: > > using ($0>500?0/0:$1):3:4 > > > Nukular wrote: >> >> Hello, >> i want to plot some vectors from a file (i already figured out how to do >> that) :) >> My problem is: i only want to plot the first xxx lines (lets say 500). Is >> there a gnuplot command, that makes you select the lines you want to >> plot? (like using 1:3:4 for the columns) >> Regards >> > > -- View this message in context: http://old.nabble.com/Plot-File.dat%2C-not-all-the-content-tp29678040p29704256.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |