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: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots
Date: Wed, 6 Jul 2016 21:54:26 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

I'm working on adding "campos", "camtarget", et al.  And I hit this.

May I upvote this for 4.2?

I don't want to run matlab during my campos work but I'm confident from memory
that Matlab's behaviour in Comment #7 is the following:


close all
hax = gca;
surf (peaks)
get (gca, 'cameraposition')

ans =   -203.286  -272.508    86.603

get (gca, 'camerapositionmode')

ans = auto

set (gca, 'cameraposition', [-910, -420, -20])
get (gca, 'camerapositionmode')

ans = manual

% not sure about the rotate3d stuff so I won't comment.
% but one additional thing: setting back to auto sets it to the original
position:

set (gca, 'camerapositionmode', 'auto')
get (gca, 'cameraposition')

ans =   -203.286  -272.508    86.603



    _______________________________________________________

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]