|
| From: | Ben Abbott |
| Subject: | [Octave-bug-tracker] [bug #34152] set(gcf, 'papersize', 'centimeters') uses milimeters |
| Date: | Sun, 28 Aug 2011 01:14:41 +0000 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1 |
Update of bug #34152 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
This bug is present in the default branch. The short example below implicates
the print() function.
figure(1)
clf
plot(0)
get(1,'paperposition') * 2.54
set(1,'paperunits','centimeters')
get(1,'paperposition')
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34152>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |