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

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

[Octave-bug-tracker] [bug #54742] graphics root property "Units" cannot


From: Rik
Subject: [Octave-bug-tracker] [bug #54742] graphics root property "Units" cannot be set to characters
Date: Thu, 27 Sep 2018 11:59:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

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

Just offering up the ability to set/get the root property is quite easy.  That
is line 2925 of graphics.in.h


      radio_property units U ,
"inches|centimeters|normalized|points|{pixels}"


Just change it to add "characters" as an option as is done for figure


      radio_property units Su ,
"{pixels}|normalized|inches|centimeters|points|characters"


I made that change here:
https://hg.savannah.gnu.org/hgweb/octave/rev/06c41d1ae5b1.

I don't claim that this solves the question of the original poster which is
how to determine the screen resolution in characters rather than pixels.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54742>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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