diff scripts/plot/axis.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents a4cd1e9d9962
children f7f94396dd81
line wrap: on
line diff
--- a/scripts/plot/axis.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/plot/axis.m	Thu Jan 13 08:40:53 2000 +0000
@@ -20,14 +20,14 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} axis (@var{limits})
 ## Sets the axis limits for plots.
-## 
+##
 ## The argument @var{limits} should be a 2, 4, or 6 element vector.  The
 ## first and second elements specify the lower and upper limits for the x
 ## axis.  The third and fourth specify the limits for the y axis, and the
 ## fifth and sixth specify the limits for the z axis.
-## 
+##
 ## With no arguments, @code{axis} turns autoscaling on.
-## 
+##
 ## If your plot is already drawn, then you need to use @code{replot} before
 ## the new axis limits will take effect.  You can get this to happen
 ## automatically by setting the built-in variable @code{automatic_replot}