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: Wed, 10 Jun 2015 11:09:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36

Follow-up Comment #3, bug #45285 (project octave):

Hi,

The extra pause doesn't solve the issue.

I am sorry to have misunderstood "off-screen", I thought it meant "to disk" or
"to file". Anyways, if I run the modified code

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


I get the right plots. If the image is visible I do not get the rigght plot,
even if I add a pause. It seems that the screen doesn't resize after the
s800,600 command.


    _______________________________________________________

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]