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

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

[Octave-bug-tracker] [bug #49446] Graphics objects (esp. legends) should


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49446] Graphics objects (esp. legends) should be manipulated/dragged with the mouse
Date: Wed, 23 Nov 2016 14:52:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

@Philip: could you describe how the selection tool works in ML. I know the
question is vague but having a few info would help implementing this tool in
Octave. 

For example does the Selection Tool (ST) have to be toggled to be able to
change the current object of a figure? Test

figure ()
%% ST inactive:
plot (1:10)
get (gcf, 'currentobject')
%% Left Click on the axes: what happens?
get (gcf, 'currentobject') == gca
%% Righ Click on the axes: what happens?
get (gcf, 'currentobject') == gca
%% Check the SL and left click on the axes: what happens? Do handles appear
around the axes ...?
get (gcf, 'currentobject') == gca
%% Uncheck the ST: what happens?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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