|
From: theozh <th...@gm...> - 2015-04-03 19:49:57
|
OK, thanks John and Ethan. This trick works. plot "Matrix2.dat" matrix using 1:2:($3<0 ? NaN : $3) with image > > "set logscale cb" has been buggy/inconsistent for a long time. > Some fixes went into the code recently, but I am not convinced > that it is working consistently even now. I suggest that if > possible you re-work your plot so that it does not require > log-scaling on the colorbar. > Good to know that "set logscale cb" is obviously still buggy... I do not have a choice. I want to diplay currents which are ranging e.g. from 1e-11 to 1e-6. How should I display this without logscale? |