|
From: <HBB...@t-...> - 2007-10-15 22:29:34
|
nole wrote: > Contours should be located in the low X half of the plain and go, more or > less, on 40 degree angle to Y-axis from the lower left corner till the upper > end of Y. But the contour line made by the script I shown (you were > correct, I forgot to write "set contour base", "unset surface", "set view > 0,0" commands, but they were in the script all the time, sorry for the > confusion) produce contour lines in the *lower right* corner of the (X,Y) > plain, where, according to the picture made by the above "plot" command, Z > is <0.095 And how sure are you that this wasn't caused by transposing the data (--> using 2:1:3 instead of the much more usual 1:2:3)? > I have no idea what is going on with gnuplot. And we have no idea what's going on with your data file, or your script, since you still haven't shown a reproducible example case. |