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

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

[Octave-bug-tracker] [bug #37007] Color property does not work for text


From: Rik
Subject: [Octave-bug-tracker] [bug #37007] Color property does not work for text objects
Date: Wed, 01 Aug 2012 00:26:13 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1

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

                 Summary: Color property does not work for text objects
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 31 Jul 2012 05:26:12 PM PDT
                Category: Plotting
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The Color property for a text object should change the font color to the
specified Color.  Instead, all text is black in Octave.

Sample Code:


h = text (0.5,0.5, "Hello World");
get (h, "Color")
ans =

   0   0   0

set (h, "Color", "r");
get (h, "Color")
ans =

   1   0   0


The graphic property is updated correctly, but the color itself is unchanged.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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