diff scripts/plot/axis.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 4c8a2e4e0717
children b2e882e8b68b
line wrap: on
line diff
--- a/scripts/plot/axis.m	Wed Sep 07 21:42:26 2005 +0000
+++ b/scripts/plot/axis.m	Thu Sep 08 01:40:58 2005 +0000
@@ -134,7 +134,7 @@
       curr_axis = __current_axis__;
     endif
 
-  elseif (isstr (ax))
+  elseif (ischar (ax))
     ax = tolower (ax);
     len = length (ax);