diff scripts/sparse/spy.m @ 6674:e236f1b0a221

[project @ 2007-05-31 18:19:01 by jwe]
author jwe
date Thu, 31 May 2007 18:19:01 +0000
parents 39d76485706a
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/spy.m	Wed May 30 22:52:14 2007 +0000
+++ b/scripts/sparse/spy.m	Thu May 31 18:19:01 2007 +0000
@@ -57,6 +57,6 @@
     plot (j, i, LineSpec, "MarkerSize", markersize);
   endif
 
-  axis ([0, n+1, m+1, 0], "ij");
+  axis ([0, n+1, 0, m+1], "ij");
 
 endfunction