by merritt@[EMAIL PROTECTED]
(Ethan Merritt)
Jul 16, 2008 at 10:04 PM
In article <6e7r5uF5p6r6U1@[EMAIL PROTECTED]
>,
=?UTF-8?B?SmFuLVRob21hcyBLw7xobmVydA==?= <jthkue@[EMAIL PROTECTED]
> wrote:
>Hello
>
>I'm try to plot this date file
>
>--- mw_1200.txt -----------------------------------------
>1 117 27.293162 12.6 140 21.109545
>2 88 22.552273 11.6 264 27.590561
>3 49 44.189796 15.4 143 27.681057
[snip]
>
>The problem: The first row will be ignored. And I have no idea why...
Because you told it to.
>The plot file is the following:
[snip]
> set key outside right top vertical Left reverse invert
> enhanced samplen 4 spacing 1 width 0 height 0
> autotitle columnhead
^^^^^^^^^^^^^^^^^^^^
Right there. "autotitle columnheader" means to use the
first row in the file as column headers (titles) rather than
as data.
--
Ethan A Merritt