I change the legend font color in a plot but when I save it as a png it doesn't work

3 visualizaciones (últimos 30 días)
as you can see above, the figure has the legend color changed, but when I save it as a png it doesn't show.
this is my code for the legend and saving. fi is the figure and name is just a string

Respuestas (1)

Sayyed Ahmad
Sayyed Ahmad el 1 de Jul. de 2021
try this:
saveas(gca,'test.png')

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by