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

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

[Octave-bug-tracker] [bug #36135] legend ("hide") still leaves legend bo


From: Rik
Subject: [Octave-bug-tracker] [bug #36135] legend ("hide") still leaves legend box visible with fltk toolkit
Date: Mon, 09 Apr 2012 03:27:03 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

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

                 Summary: legend ("hide") still leaves legend box visible with
fltk toolkit
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 08 Apr 2012 08:27:02 PM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

legend ("hide") removes the legend text but leaves the box around the legend
still visible.  A call to legend ("boxoff") will properly remove the box as
well.  The key is probably that the "hide" command is not changing the
"visibility" property of the legend graphics object.

Sample code:


plot (1:10)
legend line1
legend hide;  # box still visible
legend boxoff






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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