diff scripts/plot/plot3.m @ 6078:34b1758d3247

[project @ 2006-10-24 18:38:51 by jwe]
author jwe
date Tue, 24 Oct 2006 18:38:51 +0000
parents 01556febbaaf
children 1a6d826e92b5
line wrap: on
line diff
--- a/scripts/plot/plot3.m
+++ b/scripts/plot/plot3.m
@@ -223,7 +223,8 @@
 
 	  __plt3__ ([([x; NaN*ones(1,size(x,2))])(:), ...
 		   ([y; NaN*ones(1,size(y,2))])(:), ...
-		   ([z; NaN*ones(1,size(z,2))])(:)], "", fmt);
+		   ([z; NaN*ones(1,size(z,2))])(:)],
+		    "u($1):($2):($3)", fmt);
 
 	unwind_protect_cleanup
 	  __gnuplot_set__ noparametric;