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

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

[Octave-bug-tracker] [bug #45102] Wrong size after printing pdf from a m


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #45102] Wrong size after printing pdf from a maximized window (fltk)
Date: Thu, 14 May 2015 08:49:17 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?45102>

                 Summary: Wrong size after printing pdf from a maximized
window (fltk)
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Thu 14 May 2015 08:49:15 AM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

if I plot something, such as,


x = linspace(0,1);
subplot(1,2,1)
plot(x,x)
subplot(1,2,2)
plot(x,x)


and then print it by


print -dpdf 'test.pdf'


I get a nice page, with the plot in the middle. But if I maximize the plot
window before printing, I get a page with an off-centered, cut plot. I can
trigger the bug only using subplot and fltk.

Marco




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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