help-octave
[Top][All Lists]
Advanced

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

Re: How to change the size of the paper when printing plots?


From: Stanislav Pika
Subject: Re: How to change the size of the paper when printing plots?
Date: Tue, 06 Jul 2010 14:27:05 +0200

> set (gca,'position',[0.12 0.12 0.85,0.85]); % set bottom-left
> position, width and height of figure relative to bounding box (=window
> box)

Thank you, it was *almost* what I needed! Thanks to you, I was able to
figure out that the property I need is "paperposition" of the figure:

set (gcf,'paperposition',[0.12 0.12 0.85,0.85])

Why the "paperposition" has something to do with paper size, when the
figure has both properties "papersize" and "papertype"?


Best regards
Stanislav Pika



reply via email to

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