|
From: nole <aa...@ya...> - 2007-10-13 21:23:10
|
Hi, Need help!!! I am trying to make contour lines and Gnuplot does them without any error messages, but puts them in a completely wrong part of the frame. I have no idea why is it happening. Can anybody help me with that? Data looks like this: 100.0 180.0 0.0102775181 100.0 185.0 0.00628005061 100.0 190.0 0.00312976376 ... 420.0 800.0 0.0525174029 425.0 100.0 2.22260237 425.0 105.0 3.3110342 Here is the script: unset log # remove any log-scaling unset label # remove any previous labels unset dgrid3d # remove any previous binning set xtic auto # set xtics automatically set ytic auto # set ytics automatically set xrange[100:800] set yrange[100:650] set dgrid3d 140,100 set cntrparam levels discrete 0.095,0.11,013 splot "bdr1-omgh2.dat" using 2:1:3 -- View this message in context: http://www.nabble.com/need-help-with-contours-tf4619674.html#a13193574 Sent from the Gnuplot - User mailing list archive at Nabble.com. |