comparison scripts/plot/subplot.m @ 3156:a494f93e60ff

[project @ 1998-02-20 07:47:48 by jwe]
author jwe
date Fri, 20 Feb 1998 07:47:52 +0000
parents 21208b797332
children 7c96e85c76db
comparison
equal deleted inserted replaced
3155:1016520a9d38 3156:a494f93e60ff
148 xo = (xp - 1.0) * __multiplot_xsize__; 148 xo = (xp - 1.0) * __multiplot_xsize__;
149 yo = (rows - yp) * __multiplot_ysize__; 149 yo = (rows - yp) * __multiplot_ysize__;
150 150
151 eval (sprintf ("gset origin %g, %g", xo, yo)); 151 eval (sprintf ("gset origin %g, %g", xo, yo));
152 152
153 clearplot;
154
153 endif 155 endif
154 156
155 endfunction 157 endfunction