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

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

[Octave-bug-tracker] [bug #45285] graphics_toolkit qt wrong off screen p


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #45285] graphics_toolkit qt wrong off screen plot
Date: Tue, 09 Jun 2015 17:50:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36

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

                 Summary: graphics_toolkit qt wrong off screen plot
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Tue 09 Jun 2015 05:50:07 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:


The following code

close all
graphics_toolkit qt
figure(1); 
for i=1:3; 
  plot (randn (100,1)); 
  print ('-dpng','-S800,600',sprintf ('eraseme%d.png',i)); 
end


Produces a first png figure that is correct but all sequential figures are
trimmed. See attached figures



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 09 Jun 2015 05:50:08 PM GMT  Name: qt_offscreen_fail.zip  Size: 53kB
  By: juanpi

<http://savannah.gnu.org/bugs/download.php?file_id=34188>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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