help-octave
[Top][All Lists]
Advanced

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

Re: Plot to PDF


From: Ben Abbott
Subject: Re: Plot to PDF
Date: Fri, 10 Jul 2009 04:12:54 -0400


On Jul 10, 2009, at 2:31 AM, Francesco Potorti` wrote:

Both pdf an postscript output respect the papersize and paperposition
properties.

The default are

papersize = [8.5, 11];
paperposition = [0.25, 2.5, 8.0, 6.0];

Is this for compatibility with Matlab? If not, it would be nice to have
cm and A4 as the defaults.

I'm no fan of inches either.

However, Matlab's default units for figure's paper properties are "inches", for the position property are "pixels" for fonts are "points" for the axes are "normalized" ... etc. For compatibility, Octave's defaults units are the same.

When the property listeners for units conversion are in place the defaults can be set to anything the user desires. Until then if the units for these properties are changed, I resulting behavior will not be was is expected.

Ben


reply via email to

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