Why 2015a plot colors so dull compared to 2013b ? How to fix it?

Hello All, I recently updated to 2015a from 2013b. Now I am facing something weird with plot colors. I have nothing changed in my code but suddenly the plot colors changed to dull compared with 2013 version. Can anyone help me to fix this issue? Attached are the color bars for 2013 and 2015 versions.
2013:
2015:

 Accepted Answer

doc colormap. Both are different colormaps. 2013 one is jet and 2015 one is parula. If you want like 2013 one, after plotting the colorbar use colormap(jet) .

2 Comments

In case you're curious why we chose to make parula the default colormap starting in release R2014b, see the four part blog post series on Steve's blog.

Sign in to comment.

More Answers (0)

Tags

Asked:

on 29 Nov 2016

Commented:

on 29 Nov 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!