comparison scripts/plot/oneplot.m @ 5214:eecc24b92d97

[project @ 2005-03-16 17:14:12 by jwe]
author jwe
date Wed, 16 Mar 2005 17:14:12 +0000
parents 92be67bc9301
children 32c569794216
comparison
equal deleted inserted replaced
5213:390f13fc0f4a 5214:eecc24b92d97
29 function oneplot () 29 function oneplot ()
30 30
31 global __multiplot_mode__ = 0; 31 global __multiplot_mode__ = 0;
32 32
33 if (__multiplot_mode__) 33 if (__multiplot_mode__)
34 gset nomultiplot; 34 __gset__ nomultiplot;
35 gset size 1, 1; 35 __gset__ size 1, 1;
36 gset origin 0, 0; 36 __gset__ origin 0, 0;
37 __multiplot_mode__ = 0; 37 __multiplot_mode__ = 0;
38 gnuplot_command_replot = "rep"; 38 gnuplot_command_replot = "rep";
39 endif 39 endif
40 40
41 endfunction 41 endfunction