sad fairy wrote:
> Question :
> How do i set my axis-x ("time") from the fifth column?
By reading the documentation for the commands you're already using:
> gnuplot> plot [*:*] [0:30] "abc.out" using 1:7 with linespoints title "xyz"
See 'help using'.
|