|
From: Petr M. <mi...@ph...> - 2017-11-13 23:45:17
|
> Someone on Octave's bug tracker noticed a change in image color scaling > behavior: > > https://savannah.gnu.org/bugs/?52401 Hm, it seems Octave needs to add this gnuplot command: if (GPVAL_VERSION >= "5.2") set rgbmax NNN where NNN is "size(colormap,1)" --- PM |