Mercurial > hg > octave-lyh
comparison scripts/plot/subwindow.m @ 1557:c694fe5956e3
[project @ 1995-10-12 00:32:20 by jwe]
author | jwe |
---|---|
date | Thu, 12 Oct 1995 00:34:40 +0000 |
parents | 47bd45a30dda |
children | 5d29638dd524 |
comparison
equal
deleted
inserted
replaced
1556:d508e2cab748 | 1557:c694fe5956e3 |
---|---|
53 | 53 |
54 # switch to multiplot mode if not already in, and use the args as the | 54 # switch to multiplot mode if not already in, and use the args as the |
55 # args to multiplot() | 55 # args to multiplot() |
56 | 56 |
57 if (multiplot_mode != 1) | 57 if (multiplot_mode != 1) |
58 multiplot (xn, yn) | 58 multiplot (xn, yn); |
59 return; | 59 return; |
60 endif | 60 endif |
61 | 61 |
62 # get the sub plot location | 62 # get the sub plot location |
63 | 63 |