diff scripts/plot/clf.m @ 6030:004037def470

[project @ 2006-10-04 14:54:46 by jwe]
author jwe
date Wed, 04 Oct 2006 14:54:46 +0000
parents e0e48ea2a93c
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/clf.m
+++ b/scripts/plot/clf.m
@@ -25,6 +25,10 @@
 
 function clf ()
 
-  clearplot ();
+  __clear_plot_window__ ();
+
+  hold ("off");
+
+  __init_plot_vars__ ();
 
 endfunction