|
From: | Raag Saluja |
Subject: | Re: saving the plot |
Date: | Thu, 5 Dec 2019 15:01:10 +0530 |
Thanks! This is definitely better!. However, the x-axis labels are still a bit overlapped in the fig saved.On Fri, Nov 15, 2019 at 8:49 PM "Markus Mützel" <address@hidden> wrote:Am 15. November 2019 um 07:33 Uhr schrieb "Raag Saluja":
> It did resize the screen, thanks! However, when I saved the file, the screen size became smaller again!
Try setting the "paperpositionmode" of the figure to "auto":
hf = figure(1);
set(hf, 'paperpositionmode', 'auto');
saveas (hf, 'myplot.png');
HTH,
Markus
[Prev in Thread] | Current Thread | [Next in Thread] |