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

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

[Octave-bug-tracker] [bug #33077] text properties not inherited from axe


From: Muhali
Subject: [Octave-bug-tracker] [bug #33077] text properties not inherited from axes
Date: Thu, 14 Apr 2011 17:51:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0

URL:
  <http://savannah.gnu.org/bugs/?33077>

                 Summary: text properties not inherited from axes
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu Apr 14 10:51:18 2011
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

if I understand correctly, from the command

octave> axes("fontname", "Helvetica");

the corresponding property should be inherited by any subsequent text object.
But this is not the case:

octave> ht = text(0.5, 0.5, "This is a TEST.");
octave> get(ht, "fontname")
ans = *

M.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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