|
From: Petr M. <mi...@ph...> - 2005-04-01 16:21:32
|
> Well, I think the above would work (sort of), but really > an RGBIMAGE does not need a palette. Then it is even easier -- please replace twice in pm3d.c: if (this_3dplot->plot_style == IMAGE || this_3dplot->plot_style == RGBIMAGE) by if (this_3dplot->plot_style == IMAGE) Is that OK? BTW, there is no demo for splot ... with rgbimage please try/add it. > However, is it possible to have both an RGBIMAGE and a > palette-based IMAGE on a plot at the same time? If so, Yes, it works -- I tried blutux + demo.dem (scaled down 10x). Petr |