octave-maintainers
[Top][All Lists]
Advanced

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

Re: printing figures with development version


From: Ivan Sutoris
Subject: Re: printing figures with development version
Date: Fri, 27 Mar 2009 18:11:00 +0100

On Fri, Mar 27, 2009 at 6:08 PM, Ivan Sutoris <address@hidden> wrote:
> Hi
>
> when printing figures to eps files with development version of Octave,
> results differ from 3.0.3 - it seems as if the whole paper page was
> exported, not just the figure itself, so that there are wider margins
> around the figure. This is not so visible with default settings where
> the figure fills most of the page, but if I try to decrease it's size
> with figure's paperposition property, I get small figure somewhere on
> the page and lots of empty space around it. I'm attaching output from
> both versions for this simple figure:
>
> figure
> plot(randn(50,1));
> print strcat('figtest',version,'.eps') -depsc
>
> Is this difference expected or is it a bug (or is something messed up
> on my end)?
>
> Regards
> Ivan Sutoris
>

The last line should be print(strcat('figtest',version,'.eps'), '-depsc'), sorry
Ivan Sutoris


reply via email to

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