Neat hack - but you've introduced an extra column, and used it as an offset of 
dates starting from zero.

Not impossible to do, effectively treating the date fields as number 
(presumably their internal Julian representation) and subtracting the value 
of the "first" date from each one ...

Reasonable approach, though ...

-jim

On Wednesday 08 Dec 2004 16:59, Derek Smithies wrote:
> Gnuplot will work, but not well.
>
> Data file,
> mon 1 10
> tue 2 20
> fri 5 15
>
> gnuplot
> plot "graph" using 2:3 with lines

Reply via email to