diff scripts/sparse/gplot.m @ 6746:a8105a726e68

[project @ 2007-06-19 08:18:34 by dbateman]
author dbateman
date Tue, 19 Jun 2007 08:18:34 +0000
parents de81db175325
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/gplot.m
+++ b/scripts/sparse/gplot.m
@@ -38,7 +38,7 @@
   endif
 
   if (nargin == 2)
-    line_style = "-;;";
+    line_style = "-";
   endif
 
   [i, j] = find (A);