changeset 6560:03ff4e32c895

[project @ 2007-04-23 15:57:05 by jwe]
author jwe
date Mon, 23 Apr 2007 15:57:05 +0000
parents 2eee82833c9e
children dc83c15d7149
files scripts/ChangeLog scripts/plot/plot3.m
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Apr 20 20:02:29 2007 +0000
+++ b/scripts/ChangeLog	Mon Apr 23 15:57:05 2007 +0000
@@ -1,3 +1,7 @@
+2007-04-23  David Bateman  <dbateman@free.fr>
+
+	* plot/plot3.m: Call newplot.
+
 2007-04-20  John W. Eaton  <jwe@octave.org>
 
 	* plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list.
--- a/scripts/plot/plot3.m	Fri Apr 20 20:02:29 2007 +0000
+++ b/scripts/plot/plot3.m	Mon Apr 23 15:57:05 2007 +0000
@@ -95,6 +95,8 @@
 
 function retval = plot3 (varargin)
 
+  newplot ();
+
   x_set = 0;
   y_set = 0;
   z_set = 0;