changeset 9277:be84e9654feb

Update axis.m documentation to reflect addition of "tight" option.
author Rik <rdrider0-list@yahoo.com>
date Wed, 27 May 2009 13:06:38 -0700
parents f5e4b5fd1f1e
children 2b35cb600d50
files scripts/ChangeLog scripts/plot/axis.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed May 27 10:56:41 2009 -0700
+++ b/scripts/ChangeLog	Wed May 27 13:06:38 2009 -0700
@@ -1,4 +1,8 @@
-2009-05-17  Rik Wehbring  <rdrider0-list@yahoo.com>
+2009-05-27  Rik Wehbring  <rdrider0-list@yahoo.com>
+
+	* plot/axis.m: Update documentation to reflect addition of "tight" option.
+
+2009-05-27  Rik Wehbring  <rdrider0-list@yahoo.com>
 
 	* ismember.m: Update examples to remove incorrect reference to residue function
 
--- a/scripts/plot/axis.m	Wed May 27 10:56:41 2009 -0700
+++ b/scripts/plot/axis.m	Wed May 27 13:06:38 2009 -0700
@@ -71,7 +71,7 @@
 ## @item "manual" 
 ## Fix the current axes limits.
 ## @item "tight"
-## Fix axes to the limits of the data (not implemented).
+## Fix axes to the limits of the data.
 ## @end table
 ##
 ## @noindent