dark mode figure save flashing
古いコメントを表示
Hello. I have a simple, but serious problem when using saveas function in dark mode.
I use beta ver of the dark mode in 2023b and I'm trying to generate figure using saveas function.
But when saving given figure, it is flashing and the color of the figure will be inverted and blurred.
Here is my code and results.


x = [1,2,3];
y = [2,4,6];
plot(x,y)
saveas(gcf,'test.png')
Thank you.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
