help-octave
[Top][All Lists]
Advanced

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

Re: control margins for output graphics


From: Vlăduţ Frăţiman
Subject: Re: control margins for output graphics
Date: Thu, 13 Oct 2011 14:06:30 +0300

Thanks for reply!
I found a better solution for that, using defaultaxesposition.
In my case i use: set (0,'defaultaxesposition', [0.05, 0.1, 0.9, 0.85])

Using papersize and papertype is a bit confusing, because both specify
practically paper size.
More that, when specify as plot parameter the graphic size (that is in
pixels), what size will be finally?

With defaultaxisposition or alternative set(gca, "position",  [0.05,
0.1, 0.9, 0.85]), and size parameter for print command will get
expected results.


reply via email to

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