How to set Matlab default colormap

less than 1 minute read

Standard Matlab colormap parula is pretty nice, but I used to jet and it is tedious to add colormap(jet) everywhere manually. The simple way is to change the default colormap:

*Parula* and *Jet* colormaps

set(groot,'DefaultFigureColormap',jet)

Source

Tags:

Updated: