|
From: Petr M. <mi...@ph...> - 2010-02-06 19:53:23
|
> It seems that the code implementing "index" has been broken since at least version 3.7. It always loads one too many data points. This is most easily seen by selecting table output. Here is output from gnuplot v3.7, but it is the same in current CVS. ========== gnuplot> set term table gnuplot> plot '-' index 0 using 1:2 0 0 u It seems that the added artificial point 0 0 u is always the same whichever data come afterwards. --- PM |