help-octave
[Top][All Lists]
Advanced

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

printing to large size weirdness (qt backend)


From: Dmitri A. Sergatskov
Subject: printing to large size weirdness (qt backend)
Date: Tue, 23 Aug 2016 23:07:58 -0500

I see it on both 4.0.3 and recent dev version. Only with qt backend
(never with fltk). It is not 100% reproducible.

plot(1:10) ; # More complex plots like sombrero() might be better
# No try with different Xsize and Ysize. The "fun" starts when
# either of them exceeds the size of the physical screen.
# png or eps

print ("-SXsize, Ysize", "t.eps","-depsc")

Essentially, sometimes the figure gets clipped to the screen size.
(attached is the outputs of
octave:1> plot(randn(10))
octave:2> print("-S4000,4000","qt4000.eps", "-depsc")
octave:3> print("-S2000,2000","qt2000.eps", "-depsc")
on a computer with 1920x1200 screen.
)

Also notice that the size and the location of the on-screen plot
changes.

On the computer with non-intel graphics the clipped plots sometimes
obviously corrupted.


Dmitri.
--

Attachment: qt2000.eps
Description: PostScript document

Attachment: qt4000.eps
Description: PostScript document


reply via email to

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