[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Axis layout of xyz in 3D plotting
From: |
Markus Mützel |
Subject: |
Re: Axis layout of xyz in 3D plotting |
Date: |
Sat, 21 Aug 2021 22:09:06 +0200 |
Am 21. August 2021 um 08:52 Uhr schrieb "Tee Nor":
> Has anyone noticed,
> Most math and physics textbooks have the positive axis arrowheads direction
> layout as follows:
> x axis arrow pointing down and to the left,
> y axis arrow pointing to the right,
> z axis arrow pointing to the top.
> Using GNU Octave version 3.6.2,
> Please show how to make my positive axis look this way.
> My view always looks like x and y are swapped.
> Regards, T
Octave 3.6.2 is ancient and I don't have access to it to test in that version.
In version 6.3.0, the following command seems to rotate the axes in the way you
describe:
view ([100, 30]);
HTH,
Markus
- Axis layout of xyz in 3D plotting, Tee Nor, 2021/08/21
- Re: Axis layout of xyz in 3D plotting,
Markus Mützel <=
- Message not available
- Re: Axis layout of xyz in 3D plotting, Markus Mützel, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Tee Nor, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Markus Mützel, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Tee Nor, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Markus Mützel, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Dmitri A. Sergatskov, 2021/08/23
- Re: Axis layout of xyz in 3D plotting, Nicholas Jankowski, 2021/08/23