# HG changeset patch # User jwe # Date 795245903 0 # Node ID 95a92c971e1ef21e6b31b876f62a2414934163ac # Parent e2036dce97ea84462fde86851c3a0d861c657b8b [project @ 1995-03-15 05:38:23 by jwe] diff -r e2036dce97ea -r 95a92c971e1e scripts/plot/__plt1__.m --- a/scripts/plot/__plt1__.m Fri Mar 10 18:50:02 1995 +0000 +++ b/scripts/plot/__plt1__.m Wed Mar 15 05:38:23 1995 +0000 @@ -32,7 +32,7 @@ [nr, nc] = size (x1); if (nr == 1) - x1 = x1'; + x1 = x1.'; tmp = nr; nr = nc; nc = tmp;