Mercurial > hg > octave-lyh
comparison scripts/plot/axis.m @ 904:3470f1e25a79
[project @ 1994-11-09 21:22:15 by jwe]
author | jwe |
---|---|
date | Wed, 09 Nov 1994 21:22:15 +0000 |
parents | a0cc17145462 |
children | 3f257ab07921 |
comparison
equal
deleted
inserted
replaced
903:b3692d63cca3 | 904:3470f1e25a79 |
---|---|
29 # | 29 # |
30 # If your plot is already drawn, then you need to REPLOT before | 30 # If your plot is already drawn, then you need to REPLOT before |
31 # the new axis limits will take effect. | 31 # the new axis limits will take effect. |
32 | 32 |
33 if (nargin > 1) | 33 if (nargin > 1) |
34 error ("usage: axis ([xmin, xmax, ymin, ymax, zmin, zmax])"); | 34 usage ("axis ([xmin, xmax, ymin, ymax, zmin, zmax])"); |
35 endif | 35 endif |
36 | 36 |
37 if (nargin == 0) | 37 if (nargin == 0) |
38 set autoscale; | 38 set autoscale; |
39 elseif (is_vector (ax)) | 39 elseif (is_vector (ax)) |