|
From: Thomas S. <t.s...@fz...> - 2010-09-11 09:30:46
|
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-tp29678040p29683815.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |