[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #45697] saveas always changes the figure size
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #45697] saveas always changes the figure size of the saved image |
Date: |
Mon, 24 Aug 2015 08:23:01 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0 |
Update of bug #45697 (project octave):
Status: None => Invalid
_______________________________________________________
Follow-up Comment #1:
Hi,
The figure properties that control the size of printed outputs is the
"paperposition" and "paperpositionmode". The latter is "manual" by default and
the former has default value [0.25 2.5 8 6] (in inches) which makes output
figure always have 8-by-6 inches size.
If you want to change this size you may use
set (gcf, "paperposition", [1 1 6 3]) # the output fig dimensions will be
6-by-3 inches
or if you want the output figure to have the same size as on screen
set (gcf, "paperpositionmode", "auto")
I am closing the bug report as Octave behaves properly and is compatible with
Matlab here.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45697>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/