octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40259] Printing in landscape mode is clipped


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #40259] Printing in landscape mode is clipped
Date: Sat, 19 Jul 2014 11:57:08 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #12, bug #40259 (project octave):

Just an addition. If the change set Ben has offered is applied to Octave for
Windows the charts are clipped for some reason. 


figure;
for ix = 1 : 4
  subplot(2,2,ix);
  plot(sin(1:10),'linewidth',2);
end
orient('landscape');
print('-depsc', 'land_win.eps');


Result of that code is attached and can only be replicated on Windows, so I
think it has something to do with ghostscript settings, which I'm not sure how
to check. I merely tried different GS versions, but result was always the
same.

I've tried 3.8.1-4 from [http://mxeoctave.osuv.de/] and 4.1.0+ cross-compiled
using MXE Octave (more details on my build is here
<https://savannah.gnu.org/bugs/?42534>).

(file #31749)
    _______________________________________________________

Additional Item Attachment:

File name: land_win.eps                   Size:9 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40259>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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