diff scripts/sparse/spy.m @ 6606:2c19eaa2c6f7

[project @ 2007-05-07 17:09:38 by jwe]
author jwe
date Mon, 07 May 2007 17:09:38 +0000
parents f82f516c8a00
children 98724cae69c7
line wrap: on
line diff
--- a/scripts/sparse/spy.m	Wed May 02 16:15:28 2007 +0000
+++ b/scripts/sparse/spy.m	Mon May 07 17:09:38 2007 +0000
@@ -35,6 +35,6 @@
     plot (j, i, ".");
   endif
 
-  axis ([0, n+1, 0, m+1]);
+  axis ([0, n+1, m+1, 0]);
 
 endfunction