octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: improved surface: __go_draw_axes__


From: David Bateman
Subject: Re: improved surface: __go_draw_axes__
Date: Wed, 07 Nov 2007 01:42:33 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Trivial patch needed and applied.. Looking at the gnuplot 4.0 issues now..

D.

--- scripts/plot/surface.m      6 Nov 2007 22:36:22 -0000       1.2
+++ scripts/plot/surface.m      7 Nov 2007 00:41:33 -0000
@@ -69,7 +69,7 @@
         x = x(:)';
         y = y(:);
       else
-        error ("surface: rows (z) must be the same as length (y) and
columns (z
) must be the same as length (x)"
+        error ("surface: rows (z) must be the same as length (y) and
columns (z
) must be the same as length (x)");
       endif
     elseif (ismatrix (x) && ismatrix (y) && ismatrix (z))
       if (! (size_equal (x, y) && size_equal (x, z)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]