comparison NEWS @ 20565:17e507df10e3

Set the default colormap to 'viridis' * script/image/colormap.m: set the default colormap to viridis instead of jet.
author Carlo de Falco <carlo.defalco@polimi.it>
date Thu, 01 Oct 2015 17:35:34 +0200
parents afdb856e44f1
children fcb792acab9b
comparison
equal deleted inserted replaced
20564:2e7a09136516 20565:17e507df10e3
1 Summary of important user-visible changes for version 4.2: 1 Summary of important user-visible changes for version 4.2:
2 --------------------------------------------------------- 2 ---------------------------------------------------------
3
4 ** The default colormap is now set to 'viridis' which is also
5 the default colormap in matplotlib. This new colormap fixes
6 some of the main issues with the old default colormap 'jet'
7 such as its bad 'luminance profile' and is also more similar
8 to Matlab's new default colormap 'parula'.
3 9
4 ** Octal ('\NNN') and hex ('\xNN') escape sequences in single quoted 10 ** Octal ('\NNN') and hex ('\xNN') escape sequences in single quoted
5 strings are now interpreted by the function do_string_escapes(). 11 strings are now interpreted by the function do_string_escapes().
6 The *printf family of functions now supports octal and hex escape 12 The *printf family of functions now supports octal and hex escape
7 sequences in single-quoted strings for Matlab compatibility. 13 sequences in single-quoted strings for Matlab compatibility.