diff scripts/plot/mesh.m @ 6390:334499d75c5c

[project @ 2007-03-07 18:11:28 by jwe]
author jwe
date Wed, 07 Mar 2007 18:11:29 +0000
parents 44c91c5dfe1d
children b298a4c12fc3
line wrap: on
line diff
--- a/scripts/plot/mesh.m
+++ b/scripts/plot/mesh.m
@@ -32,6 +32,8 @@
 
 function h = mesh (x, y, z)
 
+  newplot ();
+
   if (nargin == 1)
     z = x;
     if (ismatrix (z))