changeset 7980:b224a9a9ccf1

Calrify OuterPosition property in manual
author David Bateman <dbateman@free.fr>
date Sun, 27 Jul 2008 02:08:55 +0200
parents ff6c1534b522
children 90413830b690
files doc/ChangeLog doc/interpreter/plot.txi
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Jul 25 10:56:38 2008 +0200
+++ b/doc/ChangeLog	Sun Jul 27 02:08:55 2008 +0200
@@ -1,3 +1,8 @@
+2008-07-28  David Bateman  <dbateman@free.fr>
+
+	* interpreter/plot.txi: Clarify the description of OuterPosition
+	axes property.
+
 2008-05-20  David Bateman  <dbateman@free.fr>
 
 	* interpreter/debug.txi: Uodate documentation for multiline
--- a/doc/interpreter/plot.txi	Fri Jul 25 10:56:38 2008 +0200
+++ b/doc/interpreter/plot.txi	Sun Jul 27 02:08:55 2008 +0200
@@ -750,10 +750,10 @@
 
 @item outerposition
 A four-element vector specifying the coordinates of the lower left
-corner and width and height of the plot, in normalized units.  For
-example, @code{[0.2, 0.3, 0.4, 0.5]} sets the lower left corner of the
-axes at @math{(0.2, 0.3)} and the width and height to be 0.4 and 0.5
-respectively.
+corner and width and height of the plot, in normalized units including
+the tics, labels etc.  For example, @code{[0.2, 0.3, 0.4, 0.5]} sets the
+lower left corner of the axes at @math{(0.2, 0.3)} and the width and
+height to be 0.4 and 0.5 respectively.
 @end table
 
 @node Line Properties