comparison scripts/plot/axis.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children a034dcdbc282
comparison
equal deleted inserted replaced
2324:fdc6e2f81333 2325:b5568c31ee2c
24 ## 24 ##
25 ## Sets the axis limits. 25 ## Sets the axis limits.
26 ## 26 ##
27 ## With no arguments, turns autoscaling on. 27 ## With no arguments, turns autoscaling on.
28 ## 28 ##
29 ## If your plot is already drawn, then you need to REPLOT before 29 ## If your plot is already drawn, then you need to REPLOT before
30 ## the new axis limits will take effect. 30 ## the new axis limits will take effect.
31 31
32 ## Author: jwe 32 ## Author: jwe
33 33
34 function curr_axis = axis (ax) 34 function curr_axis = axis (ax)