[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/
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Philip Nienhuis, 2015/03/10
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Rik, 2015/03/13
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Rik, 2015/03/13
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Pantxo Diribarne, 2015/03/14
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Pantxo Diribarne, 2015/03/14
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Philip Nienhuis, 2015/03/14
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Philip Nienhuis, 2015/03/15
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Philip Nienhuis, 2015/03/15
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots,
Rik <=
- [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots, Philip Nienhuis, 2015/03/15