comparison scripts/plot/__plt__.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents eecc24b92d97
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5214:eecc24b92d97 5215:32c569794216
34 34
35 x_set = false; 35 x_set = false;
36 y_set = false; 36 y_set = false;
37 have_gp_cmd = false; 37 have_gp_cmd = false;
38 38
39 gp_cmd = "__gplot__"; 39 gp_cmd = "__gnuplot_plot__";
40 sep = ""; 40 sep = "";
41 41
42 ## Gather arguments, decode format, gather plot strings, and plot lines. 42 ## Gather arguments, decode format, gather plot strings, and plot lines.
43 43
44 while (--nargs > 0 || x_set) 44 while (--nargs > 0 || x_set)