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

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

[Octave-bug-tracker] [bug #50483] legend hide fails for gnuplot since v4


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #50483] legend hide fails for gnuplot since v4.0.3
Date: Tue, 1 Aug 2017 14:43:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #50483 (project octave):

This patch fixes the issue for the test script.

Did it break because something was changed about how legend visibility works
(that's my recollection)?  There is this test:


       && any (strcmp (get (hlgnd.children, "visible"), "on")))


but then later nothing loops through the various children.  Individually
controlling key entries doesn't suit gnuplot, so any visible means all visible
in the key.  That's probably an OK trade off, otherwise it would mean Octave
script code to construct the whole legend/key.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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