Mercurial > hg > octave-nkf
comparison scripts/plot/subplot.m @ 3233:98d0ee053ba4
[project @ 1999-01-27 20:23:40 by jwe]
author | jwe |
---|---|
date | Wed, 27 Jan 1999 20:23:46 +0000 |
parents | 7c96e85c76db |
children | a4cd1e9d9962 |
comparison
equal
deleted
inserted
replaced
3232:3f6ae91e86b0 | 3233:98d0ee053ba4 |
---|---|
150 xo = (xp - 1.0) * __multiplot_xsize__; | 150 xo = (xp - 1.0) * __multiplot_xsize__; |
151 yo = (rows - yp) * __multiplot_ysize__; | 151 yo = (rows - yp) * __multiplot_ysize__; |
152 | 152 |
153 eval (sprintf ("gset origin %g, %g", xo, yo)); | 153 eval (sprintf ("gset origin %g, %g", xo, yo)); |
154 | 154 |
155 clearplot; | |
156 | |
157 endif | 155 endif |
158 | 156 |
159 endfunction | 157 endfunction |