« Return to Thread: first line of data file being missed

Re: first line of data file being missed

by H.S. :: Rate this Message:

| View in Thread

Thomas Sefzick wrote:
> 'plot ... using 1 ...'
> numbers the data points starting from zero, your plot borders are [1:8], so
> the first data point isn't plotted.
>
> either change the first line in your datafile or
> 'plot ... using ($0+1):1 ...'
>


Thank you.
regards,
->HS



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

 « Return to Thread: first line of data file being missed