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

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

[Octave-bug-tracker] [bug #39578] current figure does not follow the mou


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39578] current figure does not follow the mouse
Date: Sat, 27 Jul 2013 14:20:48 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

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

                 Summary: current figure does not follow the mouse
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sat 27 Jul 2013 10:20:47 AM EDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The sequence below should return the handle for figure(1).


figure (1)
plot (rand (3))
figure (2)


* Mouse click on figure (1)


gcf ()
ans =  2


Essentially what is needed is a private "buttondownfcn" figure property that
sets the current "currentfigure" of the root object.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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