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

3 Ansichten (letzte 30 Tage)
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

Antworten (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by