Why 2015a plot colors so dull compared to 2013b ? How to fix it?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
adi kul
am 29 Nov. 2016
Kommentiert: Steven Lord
am 29 Nov. 2016
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:

0 Kommentare
Akzeptierte Antwort
KSSV
am 29 Nov. 2016
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 Kommentare
Steven Lord
am 29 Nov. 2016
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Color and Styling finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!