help-octave
[Top][All Lists]
Advanced

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

orient tall with fltk


From: Jose
Subject: orient tall with fltk
Date: Mon, 07 May 2012 19:51:28 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20

Hello.

I am trying to use "orient tall" to fill a paper size with a figure as explained in
http://octave.1599824.n4.nabble.com/plot-orientation-feature-plot-filling-page-td1635594.html

It seems that orient tall does not work correctly when using fltk in octave-3.6.1.

Try

-----
plot([1:10])
graphics_toolkit (1,'gnuplot')
set(gcf,'papersize',[30 20]);
orient tall;
print('-dpdf','foo1.pdf');

graphics_toolkit (1,'fltk')
set(gcf,'papersize',[30 20]);
orient tall;
print('-dpdf','foo2.pdf');
-----

Find attached foo1.pdf (correct one, using gnuplot) and foo2.pdf (incorrect, using fltk).

Or am I missing something?
Any workaround?

BR
Jose

Attachment: foo2.pdf
Description: Adobe PDF document

Attachment: foo1.pdf
Description: Adobe PDF document


reply via email to

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