|
From: Juergen W. <wie...@fr...> - 2005-11-20 07:27:13
|
Ethan A Merritt wrote: > Can anyone explain to me why the two surfaces produced > by the command below are colored so differently? > > splot x with pm3d, y with pm3d > > The "y" surface is colored smoothly, but the "x" > surface is colored in 9 increments only. > What command would I use to get two smoothly > colored surfaces? This is a sampling issue. For the x-lines (scan lines) the setting of "set samples" is used while for the y-lines the "set isosamples" setting applies. This can be useful for surface plots, where the x-lines will be smooth and adjacent x-lines are linearly connected a few times. For pm3d this does not seem to be optimal. Juergen |