comparison scripts/plot/__init_plot_vars__.m @ 6163:8614649c454c

[project @ 2006-11-14 18:52:34 by jwe]
author jwe
date Tue, 14 Nov 2006 18:52:39 +0000
parents 1a6d826e92b5
children 2de853a110df
comparison
equal deleted inserted replaced
6162:b3c425131211 6163:8614649c454c
20 function __init_plot_vars__ (cmd, sep, clear_data) 20 function __init_plot_vars__ (cmd, sep, clear_data)
21 21
22 __plot_globals__; 22 __plot_globals__;
23 23
24 cf = __current_figure__; 24 cf = __current_figure__;
25 mxi = __multiplot_xi__; 25 mxi = __multiplot_xi__(cf);
26 myi = __multiplot_yi__; 26 myi = __multiplot_yi__(cf);
27 27
28 if (nargin < 3) 28 if (nargin < 3)
29 clear_data = true; 29 clear_data = true;
30 if (nargin < 2) 30 if (nargin < 2)
31 sep = ""; 31 sep = "";