Why 2015a plot colors so dull compared to 2013b ? How to fix it?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
KSSV
2016-11-29
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 个评论
Steven Lord
2016-11-29
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Orange 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!