- #1
abonatto
- 14
- 0
Dear All,
I am using gnuplot to make plots from data files generated using a fortran program. Those data files are basically big lists of 3d coordinates, just like like (not my real data, just an example):
10.0 1.00 0.01
20.0 1.00 0.14
...
So, when I use splot, I generate plot 1 (attached), and it is ok. But, after that, when I use pm3d ("set pm3d") and dgrid3d ("set dgrid3d 64,64,1", for example), it plots plot 2 (attached), which is pretty different from B]plot 1[/B]: the surface generated is "sliced", and it is not a continuous and smooth surface that it should be.
I have tried to plot with higher values in dgrid3d (256,256,3 and others...), but the problem still happens).
I really would appreciate any help on this :-)
Alexandre
I am using gnuplot to make plots from data files generated using a fortran program. Those data files are basically big lists of 3d coordinates, just like like (not my real data, just an example):
10.0 1.00 0.01
20.0 1.00 0.14
...
So, when I use splot, I generate plot 1 (attached), and it is ok. But, after that, when I use pm3d ("set pm3d") and dgrid3d ("set dgrid3d 64,64,1", for example), it plots plot 2 (attached), which is pretty different from B]plot 1[/B]: the surface generated is "sliced", and it is not a continuous and smooth surface that it should be.
I have tried to plot with higher values in dgrid3d (256,256,3 and others...), but the problem still happens).
I really would appreciate any help on this :-)
Alexandre