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

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

[Octave-bug-tracker] [bug #36136] TextColor property of legend object af


From: Rik
Subject: [Octave-bug-tracker] [bug #36136] TextColor property of legend object affecting wrong object
Date: Mon, 09 Apr 2012 03:32:03 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

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

                 Summary: TextColor property of legend object affecting wrong
object
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 08 Apr 2012 08:32:01 PM PDT
                Category: Plotting
                Severity: 3 - Normal
                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 TextColor property is supposed to change the color of the text in the
legend.  Instead, it is changing the color of the line object in the legend
key.

Sample code:


plot (1:10, "o-b");
hl = legend ("line1");   # legend with blue key and black text
set (hl, "TextColor", [1 0 1]);   # Nice hot pink color






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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