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

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

[Octave-bug-tracker] [bug #45285] printing with "-S..." option messes fi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #45285] printing with "-S..." option messes figure size and png output
Date: Mon, 5 Feb 2018 16:32:29 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

After fixing the "-S" option parsing (there was a regression) [1], and
preventing the figure window from being resized [2] I am now unable to
reproduce the bug with the original scrip, and output size much larger than my
screen:


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

Can someone confirm so that I can close this report?

[1] http://hg.savannah.gnu.org/hgweb/octave/rev/dd68506c0926
[2] http://hg.savannah.gnu.org/hgweb/octave/rev/8b935067a257

    _______________________________________________________

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]