|
| From: | Ben Abbott |
| Subject: | [Octave-bug-tracker] [bug #40259] Printing in landscape mode is clipped |
| Date: | Thu, 17 Oct 2013 11:55:52 +0000 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36 |
Update of bug #40259 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
I see some differences in how orient works. Matlab is below.
plot (rand (3))
orient landscape
get (gcf, 'paperposition')
ans = 0.2500 0.2500 10.5000 8.0000
Octave's result is next.
plot (rand (3))
orient landscape
get (gcf (), 'paperposition')
ans = 2.50000 0.25000 6.00000 8.00000
The help for Matlab indicates that expanding the plot to fill the page is
documented behavior.
orient LANDSCAPE causes subsequent PRINT operations from the current
Figure window to generate output in full-page landscape orientation
on the paper.
I can run tests if desired.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40259>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |