diff doc/interpreter/sparseimages.m @ 17887:3252b366bb5d

sparseimages.m: Fix incorrect view() command for printed image. * doc/interpreter/sparseimages.m: Fix incorrect view introduced in cset 44c91c5dfe1d back in 2007.
author Rik <rik@octave.org>
date Fri, 08 Nov 2013 08:47:09 -0800
parents d63878346099
children 446c46af4b42
line wrap: on
line diff
--- a/doc/interpreter/sparseimages.m	Fri Nov 08 11:42:44 2013 -0500
+++ b/doc/interpreter/sparseimages.m	Fri Nov 08 08:47:09 2013 -0800
@@ -252,7 +252,7 @@
     velems = reshape (V(elemx), 4, E);
 
     plot3 (xelems, yelems, velems);
-    view (10, 10);
+    view (80, 10);
     print ([nm "." typ], d_typ);
     hide_output ();
   endif