Re: how to represent incrementing integer data in a gnuplot script
by Rahul <nospam@[EMAIL PROTECTED]
>
Jun 21, 2008 at 12:03 AM
googoff@[EMAIL PROTECTED]
wrote in
news:21b24b14-96ab-46de-82d4-4f7e44c2e739@[EMAIL PROTECTED]
> IIRC, $0 refers to the line number, so if your data is always 1 2 3 4
> as your example you could use that, though I expect the CPU time this
> will save you will be minimal and your script would probably more
> robust if the data file was explicit.
>
Thanks Ethan and googoff! It wasn't so much about cpu time but more
eliminating a redundant column in a file. When I can use a math fn. why do
a lookup!
--
Rahul