Strange brown color appears in saturated data points in parula colormap (R2015a for Win)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kouichi Nakamura
el 29 de Oct. de 2015
Respondida: Kouichi Nakamura
el 6 de Nov. de 2015
On R2015a for Windows, I noticed strange behaviour of the parula colormap.
[X,Y,Z] = peaks(25);
figure;
surf(X,Y,Z);
view(0,90)
shading interp
colorbar
axs = gca;
>> axs.CLim
ans =
-6.3265 7.9966
So far so good. However, when I try the following
axs.CLim = [-6 0];
I've got this. The ugly brown area, which are saturated, is supposed to be bright yellow.
I saved this figure in jpeg format, and opened it on Mac. It just looks the same, excluding the possibility that my Windows machine's color representation is somehow messed up.
With the same code, I could not reproduce the result on MATLAB R2015b for Mac (see below). Not sure it has been fixed in R2015b (could not find related information in Release note) or it's related to Windows environment or my particular Windows environment.
So, it appears a bug to me. Has any one experienced the same phenomenon? Is there any work around? At the moment, I'm mainly using R2015a for Win, and having a problem in installing R2015b for Win. So this is rather frustrating.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Graphics Performance en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!