comparison 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
comparison
equal deleted inserted replaced
6437:190dfe8b8f08 6438:14e5882b6269
42 case "axes" 42 case "axes"
43 axes_count++; 43 axes_count++;
44 endswitch 44 endswitch
45 endfor 45 endfor
46 46
47 fputs (plot_stream, "reset;\n");
48
47 multiplot_mode = axes_count > 1; 49 multiplot_mode = axes_count > 1;
48 50
49 if (multiplot_mode) 51 if (multiplot_mode)
50 fputs (plot_stream, "reset; set multiplot;\n"); 52 fputs (plot_stream, "set multiplot;\n");
51 endif 53 endif
52 54
53 for i = 1:nkids 55 for i = 1:nkids
54 obj = get (kids(i)); 56 obj = get (kids(i));
55 switch (obj.type) 57 switch (obj.type)