|
From: Julien D. <dup...@ep...> - 2006-03-10 16:53:38
|
Hello, I had test the last devellopement version from CVS and i need a feature. I want to draw a grid from a file like this: 0 0 0 0x00ff00 0 1 0 0x0000ff 0 2 0 0x00ffff 0 3 0 0xff0000 0 4 0 0xff0000 1 0 0 0xff0000 1 1 0 0xff0000 1 2 0 0xff0000 1 3 0 0xff0000 1 4 0 0xff0000 2 0 0 0xff0000 2 1 0 0xff0000 2 2 0 0xff0000 2 3 0 0xff0000 2 4 0 0xff0000d And a plot like this: set dgrid3d 5,5,1 set pm3d corners2color median splot "test.dat" using 1:2:3:4 with lines lc rgb variable But gnuplot display this error message: "color.plot", line 3: Gridding of the color column is not implemented I want to kown when this features will be add to the dev version to see if i need to search another solution. Thanks for your great job -- Julien Duponchelle Etudiant =E0 l'Epitech (http://www.epitech.net) |