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

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

[Octave-bug-tracker] [bug #42927] Gnuplot backend does not honour title


From: Rik
Subject: [Octave-bug-tracker] [bug #42927] Gnuplot backend does not honour title colour property
Date: Thu, 07 Aug 2014 23:17:39 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

Update of bug #42927 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I committed your patch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/538f6492f21c).  I followed it up
with a small change.  The properties of the title object were already fetched
and stored in the variable t so there isn't a reason to go fetch them again
with get().  That changeset is here
http://hg.savannah.gnu.org/hgweb/octave/rev/bd1a5149c53e.

Since you seem to understand gnuplot, could you take a look at xlabel, ylabel,
and zlabel colors?  I tested them and they don't work.  Instead, they are
taking their color from the axis color.  It "looks" like the fix is pretty
simple.  The existing code is


colorspec = get_text_colorspec (axis_obj.xcolor, mono);


I think if this is changed to


colorspec = get_text_colorspec (t.color, mono);


it will work.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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