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.

 Respuesta aceptada

Angelo Yeo
Angelo Yeo el 1 de Abr. de 2024
Editada: Angelo Yeo el 1 de Abr. de 2024
Hi @LJH,
Thank you for reporting this issue. I was able to reproduce the issue in R2023b New Desktop.
(1) As a workaround, you can change the theme of your figure into "light" mode and save the figure in R2023b.
fig.Theme = 'light'; % "fig" is figure you use
saveas(gcf,'test2.png')
(2) The issue does not persist in New Desktop R2024a. You can upgrade your release to R2024a to work around the issue.
(3) Can you please report the issue to development team through the feedback button indicated below? Please note that the "New Desktop" mode is beta-released and there can be unexpected issues.

1 comentario

Adam Danz
Adam Danz el 1 de Abr. de 2024
Thanks for sharing this @LJH
We are aware of this issue in the 23b beta release and, as Angelo mentioned, this issue has been fixed in the 24a release.
Please feel free to send feedback about any other related issues.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Performance en Centro de ayuda y File Exchange.

Productos

Versión

R2023b

Etiquetas

Preguntada:

LJH
el 1 de Abr. de 2024

Comentada:

el 1 de Abr. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by