Updated Matlab, figures generated from previous code have a black background.
3 次查看(过去 30 天)
显示 更早的评论
I have recently updated Matlab to the 2017 version. Now all my figures (using older M-code) have a black background. I remember this behavior from previous updates. How can I adjust for this unwanted settings?
回答(1 个)
Steven Lord
2017-6-13
My suspicion is that you called whitebg or colordef and that toggled the background colors for your figures. Do you call one of those functions in your startup.m file? If not, did you change the default property value for the figure background color like in the "Specify Default Values" and "Where in Hierarchy to Define Default" examples on that documentation page?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!