diff scripts/plot/__go_draw_figure__.m @ 9944:fea3d4868692

__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
author Ben Abbott <bpabbott@mac.com>
date Tue, 08 Dec 2009 18:40:40 -0500
parents 7e1e90837fef
children 1e38d9ed1e28
line wrap: on
line diff
--- a/scripts/plot/__go_draw_figure__.m
+++ b/scripts/plot/__go_draw_figure__.m
@@ -95,6 +95,7 @@
 	      error ("__go_draw_figure__: unknown object class, %s", type);
 	  endswitch
 	endfor
+	fputs (plot_stream, "\nunset multiplot;\n");
       else
 	fputs (plot_stream, "\nreset; clear;\n");
 	fflush (plot_stream);