export_fig stretch figure making unreadable
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I'm plotting many data points and want save it using export_fit function.
It saves this like:
and I want to have it like this (screenshot from stretched plot):
How can I do it?
Do you have an idea how better to locate this legend, its looks not so nice?
And how can I change a color of boarders (gray area) to white?
Thank you!
0 Kommentare
Antworten (1)
Adam Danz
am 2 Jul. 2020
Is the problem with the fontsize? Is the export cropping the legend? Is the problem with the position of the legend?
You can change the gray figure background to white using fig.Color = 'w' where fig is your figure handle.
2 Kommentare
Adam Danz
am 6 Jul. 2020
There are lots of options for the export_fig function. If you can't get any of the options to work for you and you think there's a problem with the function, you could contact the author of that function on his profile page.
Siehe auch
Kategorien
Mehr zu Legend finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!