help-octave
[Top][All Lists]
Advanced

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

Re: plot not filling the page and resulting in not clear figure


From: PetrSt
Subject: Re: plot not filling the page and resulting in not clear figure
Date: Fri, 22 Mar 2013 02:12:44 -0700 (PDT)

First of all, you can find some discussions on this topic in archive:
http://octave.1599824.n4.nabble.com/pdf-page-layout-td4650462.html#a4650505
<http://octave.1599824.n4.nabble.com/pdf-page-layout-td4650462.html#a4650505>  
http://octave.1599824.n4.nabble.com/Plot-to-PDF-td1636918.html#a1636926
<http://octave.1599824.n4.nabble.com/Plot-to-PDF-td1636918.html#a1636926>  
http://octave.1599824.n4.nabble.com/Figure-Position-td1636211.html#a1636215
<http://octave.1599824.n4.nabble.com/Figure-Position-td1636211.html#a1636215>  
I'm definitely not an expert on the printing into pdf, but I'll try to make
some introduction. Command "print" is basicaly governed by the figure
properties "papersize" and "paperposition", however, it seems that axes
("subplot" command) relay only on figure property "position", which controls
position of figure window on screen. It means that setting only "papersize"
and "paperposition" is not enough, because you will get the correct size of
paper (e.g. A4), but axes will be stressed to upper side of page or elsehow
shifted. My advice is to set also the figure "position" to match the
"papersize", let say sort of wysiwyg behaviour.
Attached is a piece of code, which should explain it more clearly.
Hope it helps.
test_print2pdf.m
<http://octave.1599824.n4.nabble.com/file/n4651115/test_print2pdf.m>  



--
View this message in context: 
http://octave.1599824.n4.nabble.com/plot-not-filling-the-page-and-resulting-in-not-clear-figure-tp4651044p4651115.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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