changeset 33510:35f78d896613

view.m: Tweak comment to mention Matlab Compatibility. * view.m: Use phrase "Matlab Compatibility" rather than just "Compatibility" for ease of grepping code.
author Rik <rik@octave.org>
date Thu, 02 May 2024 14:19:41 -0700
parents d3effbb99fa3
children f55315e0cfcc
files scripts/plot/appearance/view.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/view.m	Thu May 02 12:12:38 2024 -0700
+++ b/scripts/plot/appearance/view.m	Thu May 02 14:19:41 2024 -0700
@@ -81,7 +81,7 @@
         [az, el] = cart2sph (x(2), x(1), x(3));
 
         if (x(1) == 0)
-          ## Compatability change to force +0 azimuth instead of +/-0 or
+          ## Matlab Compatibility: Force +0 azimuth instead of +/-0 or
           ## +/-180deg azimuth for z-aligned vector.
           az = 0;
         endif