diff scripts/plot/__go_draw_figure__.m @ 6438:14e5882b6269

[project @ 2007-03-23 14:26:11 by jwe]
author jwe
date Fri, 23 Mar 2007 14:26:11 +0000
parents b298a4c12fc3
children b2b3b0509586
line wrap: on
line diff
--- a/scripts/plot/__go_draw_figure__.m	Fri Mar 23 14:17:31 2007 +0000
+++ b/scripts/plot/__go_draw_figure__.m	Fri Mar 23 14:26:11 2007 +0000
@@ -44,10 +44,12 @@
 	  endswitch
 	endfor
 
+	fputs (plot_stream, "reset;\n");
+
 	multiplot_mode = axes_count > 1;
 
 	if (multiplot_mode)
-	  fputs (plot_stream, "reset; set multiplot;\n");
+	  fputs (plot_stream, "set multiplot;\n");
 	endif
 
 	for i = 1:nkids