help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: saving the plot


From: Markus Mützel
Subject: Re: saving the plot
Date: Fri, 15 Nov 2019 16:19:55 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]