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

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

[Octave-bug-tracker] [bug #39692] text objects ignore backgroundcolor, l


From: Rik
Subject: [Octave-bug-tracker] [bug #39692] text objects ignore backgroundcolor, linestyle, edgecolor
Date: Tue, 24 Oct 2017 11:50:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #19, bug #39692 (project octave):

@Pantxo: You are right.  I set clipping to "on" for the axes object and I
thought that would take precedence, but one does have to set it on every
object for which it should apply.

I can verify that


clf
ht = text (.5, .5, 'toto', "backgroundcolor", "r");  # background visible
pause (1);
set (ht, "clipping", "on");                          # background invisible


We might need to put a request in on the Octave-Help or Octave-Maintainer's
list to run the test code in Matlab because I'm not sure that anyone following
this bug report has access to it.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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