|
From: whining_dwarf <ma...@ii...> - 2009-07-16 15:37:52
|
Hi, I want to plot the following data in pm3d color map: http://www.nabble.com/file/p24518332/cut08.txt cut08.txt Using the following commands set pm3d map; set surface; splot '<awk -f ~/bin/addblanks.awk cut08.txt' using 1:3:5; (with the addblanks.awk script from the gnuplot FAQ), the result is some strange triangles and does not correspond to the picture I get using normal splot. Any help is welcome, thanks -- View this message in context: http://www.nabble.com/pm3d-does-not-draw-properly-tp24518332p24518332.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |