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

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

[Octave-bug-tracker] [bug #38264] OpenGL: can't change color of text lab


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #38264] OpenGL: can't change color of text labels in the legend
Date: Tue, 05 Feb 2013 14:03:04 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

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

                 Summary: OpenGL: can't change color of text labels in the
legend
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Tue 05 Feb 2013 09:03:03 AM EST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following has no effect of the text labels for the FLTK toolkit.


plot (rand (3))
[hl, hc] = legend ({"first", "second", "third"});
ht = findobj (hc, "type", "text");
set (ht(1), "color", "b")
set (ht(2), "color", [0 0.5 0])
set (ht(3), "color", "r")







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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