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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #49446] Graphics objects (esp. legends) should be manipulated/dragged with the mouse
Date: Mon, 5 Dec 2016 12:38:35 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

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

figure ()
%% ST inactive:
plot (1:10)
get (gcf, 'currentobject')
%% Left Click on the axes: what happens?

Warning: MATLAB has disabled some advanced graphics rendering features by
switching to
software OpenGL. For more information, click here. 
ans = 
  0×0 empty GraphicsPlaceholder array.


get (gcf, 'currentobject') == gca

>> get (gcf, 'currentobject') == gca
ans =
  logical
   1


%% Righ Click on the axes: what happens?

...nothing...

get (gcf, 'currentobject') == gca

>> get (gcf, 'currentobject') == gca
ans =
  logical
   1


%% Check the SL and left click on the axes: what happens? Do handles appear
around the axes ...?

(I suppose SelectionTool = button "Edit plot" = the white arrow button)
Clicking that shows a handle grid around the entire plot (editplot-1.png).
Clicking the axes then moves those handles to the plot lines (editplot-2.png)


>> get (gcf, 'currentobject') == gca
ans =
  logical
   1


%% Uncheck the ST: what happens?

The handle grid disappears.


(file #39147, file #39148)
    _______________________________________________________

Additional Item Attachment:

File name: editplot-1.png                 Size:16 KB
File name: editplot-2.png                 Size:17 KB


    _______________________________________________________

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]