Mercurial > hg > octave-avbm
comparison scripts/plot/mplot.m @ 4422:92be67bc9301
[project @ 2003-06-04 17:43:15 by jwe]
author | jwe |
---|---|
date | Wed, 04 Jun 2003 17:43:15 +0000 |
parents | e0b7a493e5a8 |
children | eecc24b92d97 |
comparison
equal
deleted
inserted
replaced
4421:747e1e895f7c | 4422:92be67bc9301 |
---|---|
31 | 31 |
32 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> | 32 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> |
33 ## Adapted-By: jwe | 33 ## Adapted-By: jwe |
34 | 34 |
35 function mplot (varargin) | 35 function mplot (varargin) |
36 | |
37 if (! gnuplot_has_multiplot) | |
38 error ("mplot: gnuplot does not appear to support this feature"); | |
39 endif | |
40 | 36 |
41 ## global variables to keep track of multiplot options | 37 ## global variables to keep track of multiplot options |
42 | 38 |
43 global __multiplot_mode__ = 0; | 39 global __multiplot_mode__ = 0; |
44 global __multiplot_xsize__; | 40 global __multiplot_xsize__; |