|
From: Thomas S. <t.s...@fz...> - 2012-05-22 07:24:09
|
when using 'dgrid3d' the z values in the plot are computed as weighted averages or spline interpolation of scattered points. the usage of 'dgrid3d' makes sense for non-grid data. you have grid data, so the only thing you need to do is to seperate the datablocks (representing y-isolines) with an empty line in the datafile, i.e. a blank line between each x=-20 and x=-6. then 'unset dgrid3d' and 'splot' again. Sergiones wrote: > > Hi, > > I'm starting using gnuplot and I had a problem generating a 3d plot > using the attached file. > > Altough all points for x = -8 has better values than x=-6, the plot > indicates better values for -6 than for -8. > > Following are the parameters I have used: > > set pm3d > set dgrid3d 5,10 > set palette defined (0 "black", 0.63 "green", 0.65 "blue", 0.70 "cyan", > 0.72 "yellow", 0.73 "orange", 1 "red") > > Could you please help me to configure it properly? > > Thanks, > Sergio > > > http://old.nabble.com/file/p33886480/P250_GG1_SP.csv P250_GG1_SP.csv > -- View this message in context: http://old.nabble.com/Problem-with-3D-plot-tp33886480p33887404.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |