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: Wed, 06 Feb 2013 13:55:28 +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

Follow-up Comment #2, bug #38264 (project octave):

I've been unable to determine why the color of text objects renders correctly
for all text *except* for those in the legend.  To be sure I wasn't missing
something, I tried the following simple example.


plot (rand (3))
[h, hc] = legend ({"first", "second", "third"});
set (findobj (hc, "type", "text"), "color", "b")
print -dpdfwrite test.pdf


The legend text labels displayed remain black, but those in the PDF are blue. 
My understanding is that GL2PS produces an EPS of what is displayed.  Thus,
I'm inclined to conclude there is no bug in Octave, but maybe one in FLTK
3.0?

In any event, I've attached the displayed figure and the "test.pdf"

(file #27402, file #27403)
    _______________________________________________________

Additional Item Attachment:

File name: displayed.png                  Size:47 KB
File name: test.pdf                       Size:3 KB


    _______________________________________________________

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]