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

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

[Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't upd


From: Rik
Subject: [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots
Date: Sun, 15 Mar 2015 20:54:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #7, bug #44503 (project octave):

Whenever you set a property directly, the corresponding propertymode is
supposed to switch to manual.  Octave is doing that correctly for
camperaposition.

The question is whether the GUI rotate mouse button, and the m-files rotate
and rotate3d, should reset the mode to auto if they are invoked.

Can you verify what Matlab does in this regard?


close all
hax = gca;
surf (peaks)
get (gca, 'camerapositionmode')
set (gca, 'cameraposition', [-910, -420, -20])
get (gca, 'camerapositionmode')
rotate3d off
rotate3d on
get (gca, 'camerapositionmode')




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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