Mercurial > hg > octave-nkf
comparison scripts/plot/subplot.m @ 3162:7c96e85c76db
[project @ 1998-04-08 18:19:35 by jwe]
author | jwe |
---|---|
date | Wed, 08 Apr 1998 18:21:04 +0000 |
parents | a494f93e60ff |
children | 98d0ee053ba4 |
comparison
equal
deleted
inserted
replaced
3161:2837d1701fd9 | 3162:7c96e85c76db |
---|---|
128 __multiplot_xn__ = columns; | 128 __multiplot_xn__ = columns; |
129 __multiplot_yn__ = rows; | 129 __multiplot_yn__ = rows; |
130 __multiplot_xsize__ = 1.0 ./ columns; | 130 __multiplot_xsize__ = 1.0 ./ columns; |
131 __multiplot_ysize__ = 1.0 ./ rows; | 131 __multiplot_ysize__ = 1.0 ./ rows; |
132 | 132 |
133 gnuplot_command_replot = "cle;rep"; | |
134 | |
133 gset multiplot; | 135 gset multiplot; |
134 | 136 |
135 eval (sprintf ("gset size %g, %g", __multiplot_xsize__, | 137 eval (sprintf ("gset size %g, %g", __multiplot_xsize__, |
136 __multiplot_ysize__)); | 138 __multiplot_ysize__)); |
137 endif | 139 endif |