dark mode figure save flashing
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!