I'm new to gnu plot, and when I want to visualise my work result I met with the above problem. My data is in a file like data.dbl (.dbl means the data is in double precision) and there're 8 columns inside(I have used a transformation file to check that). I used the command:
splot "data.dbl" using 1:2:4 in order to get a 3d plot
then the errors always come out, my gnu plot version is 4.6, so it's ok to visualise a .dbl file. Does anyone can help?