changeset 22816:9d7026337bea stable

axis.m: Replace call to non-existent function clim with caxis. * axis.m: Replace call to non-existent function clim with caxis.
author Rik <rik@octave.org>
date Wed, 23 Nov 2016 10:00:34 -0800
parents 9ec894c88077
children 9cb15c322464
files scripts/plot/appearance/axis.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/axis.m	Wed Nov 23 09:47:38 2016 -0800
+++ b/scripts/plot/appearance/axis.m	Wed Nov 23 10:00:34 2016 -0800
@@ -326,7 +326,7 @@
     endif
 
     if (len > 7)
-      clim (ca, ax(7:8));
+      caxis (ca, ax(7:8));
     endif
 
   else