1.1 --- a/scripts/plot/__go_draw_figure__.m Thu Jun 25 06:36:46 2009 +0200
1.2 +++ b/scripts/plot/__go_draw_figure__.m Thu Aug 06 07:30:34 2009 +0200
1.3 @@ -67,7 +67,6 @@
1.4 if (nkids > 0)
1.5 fputs (plot_stream, "\nreset;\n");
1.6 fputs (plot_stream, "set autoscale keepfix;\n");
1.7 - fputs (plot_stream, "set multiplot;\n");
1.8 fputs (plot_stream, "set origin 0, 0\n");
1.9 fputs (plot_stream, "set size 1, 1\n");
1.10 for i = 1:nkids
1.11 @@ -96,7 +95,6 @@
1.12 error ("__go_draw_figure__: unknown object class, %s", type);
1.13 endswitch
1.14 endfor
1.15 - fputs (plot_stream, "unset multiplot;\n");
1.16 else
1.17 fputs (plot_stream, "\nreset; clear;\n");
1.18 fflush (plot_stream);