diff scripts/plot/subplot.m @ 7040:1f16da18d85d

[project @ 2007-10-19 18:24:19 by jwe]
author jwe
date Fri, 19 Oct 2007 18:24:19 +0000
parents a1dbe9d80eee
children 625891845df5
line wrap: on
line diff
--- a/scripts/plot/subplot.m	Fri Oct 19 16:12:05 2007 +0000
+++ b/scripts/plot/subplot.m	Fri Oct 19 18:24:19 2007 +0000
@@ -37,8 +37,8 @@
 ## \vskip 10pt
 ## \hfil\vbox{\offinterlineskip\hrule
 ## \halign{\vrule#&&\qquad\hfil#\hfil\qquad\vrule\cr
-## height13pt&1&2&3&4\cr height12pt&&&&\cr\noalign{\hrule}
-## height13pt&5&6&7&8\cr height12pt&&&&\cr\noalign{\hrule}}}
+## height13pt&1&2&3\cr height12pt&&&&\cr\noalign{\hrule}
+## height13pt&4&5&6\cr height12pt&&&&\cr\noalign{\hrule}}}
 ## \hfil
 ## \vskip 10pt
 ## @end tex
@@ -48,11 +48,11 @@
 ## @group
 ## @example
 ##
-## +-----+-----+-----+-----+
-## |  1  |  2  |  3  |  4  |
-## +-----+-----+-----+-----+
-## |  5  |  6  |  7  |  8  |
-## +-----+-----+-----+-----+
+## +-----+-----+-----+
+## |  1  |  2  |  3  |
+## +-----+-----+-----+
+## |  4  |  5  |  6  |
+## +-----+-----+-----+
 ## @end example
 ## @end group
 ## @end display