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

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

[Octave-bug-tracker] [bug #52866] print() function doesn't accept '-RGBI


From: Amro
Subject: [Octave-bug-tracker] [bug #52866] print() function doesn't accept '-RGBImage' option
Date: Fri, 2 Feb 2018 04:07:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #5, bug #52866 (project octave):

PS: I imagine resolution depends on screen DPI, so to complement the previous
response:


>> get(0,'ScreenPixelsPerInch')
ans =
    96
>> get(0,'DefaultFigurePosition')
ans =
   520   378   560   420


which explains:


>> r = 200; round([420 560] .* r/96)
ans =
         875        1167
>> r = 400; round([420 560] .* r/96)
ans =
        1750        2333



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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