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

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

[Octave-bug-tracker] [bug #36259] legend("right") with handle


From: Muhali
Subject: [Octave-bug-tracker] [bug #36259] legend("right") with handle
Date: Fri, 20 Apr 2012 17:29:55 +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/?36259>

                 Summary: legend("right") with handle
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Fri 20 Apr 2012 10:29:54 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

define some legend with handle


plot(rand(2,2)) ;
h = legend("a", "b") ;
ishandle(h)
legend("right") ;
ishandle(h)


So the handle is gone after legend("right"). No problems with other keywords
("boxoff" etc.).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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