Mercurial > hg > octave-lyh
comparison scripts/plot/axis.m @ 8507:cadc73247d65
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 13 Jan 2009 14:08:36 -0500 |
parents | 73d6b71788c0 |
children | 85c9906abfd1 |
comparison
equal
deleted
inserted
replaced
8506:bc982528de11 | 8507:cadc73247d65 |
---|---|
26 ## axis. The third and fourth specify the limits for the y axis, and the | 26 ## axis. The third and fourth specify the limits for the y axis, and the |
27 ## fifth and sixth specify the limits for the z axis. | 27 ## fifth and sixth specify the limits for the z axis. |
28 ## | 28 ## |
29 ## Without any arguments, @code{axis} turns autoscaling on. | 29 ## Without any arguments, @code{axis} turns autoscaling on. |
30 ## | 30 ## |
31 ## With one output argument, @code{x=axis} returns the current axes | 31 ## With one output argument, @code{x = axis} returns the current axes |
32 ## | 32 ## |
33 ## The vector argument specifying limits is optional, and additional | 33 ## The vector argument specifying limits is optional, and additional |
34 ## string arguments may be used to specify various axis properties. For | 34 ## string arguments may be used to specify various axis properties. For |
35 ## example, | 35 ## example, |
36 ## | 36 ## |