From: <mi...@ph...> - 2004-08-20 07:15:18
|
> splot 'binary2' binary u 1:2:3:($2+($1+$2)/10) w pm3d > splot sin(x) w l > > The first plot shows a blank 3d plot because the palette isn't set. > However, the second plot should still work fine because it doesn't > require the palette. > > being plotted in the second example. [This is an argument for not > using global variables in such a way... Does this mean that the bug could be fixed by reseting the global variable to the default value somewhere at the beginning of the "splot" command? --- PM |