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

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

[Octave-bug-tracker] [bug #48522] Printed qt plot is slightly higher tha


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #48522] Printed qt plot is slightly higher than requested with -SXSIZE, YSIZE
Date: Sun, 17 Jul 2016 15:10:25 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #1, bug #48522 (project octave):

This probably has something to do with the way Qt Figure windows objects are
resized to include menubar/toolbar/statusbar. The following prints a png that
has the same size using qt and fltk


figure ("menubar", "none", "toolbar", "none")
plot (1:10)
print ("out.png")


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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