Re: still counts from 0

theozh <[email protected]> Mon, 27 Jun 2022 08:35:32 +0200
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <[email protected]>
if you give only one column for a line plot it will use the pseudocolumn 0 as x-value (check "help pseudocolumns") which is basically the line number (index zero-based).
So, instead use:

data="/home/incal/public_html/hits/hits.dat"
  plot \
    data u ($0+1):1 w l lc "cyan"    lw 2 t "solene",   ...




_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info