# HG changeset patch # User David Bateman # Date 1217117335 -7200 # Node ID b224a9a9ccf1bc2c2c4f4fd44cd1be91a3cddcbc # Parent ff6c1534b522b7199b326bb1183b8fe6934f6e00 Calrify OuterPosition property in manual diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-28 David Bateman + + * interpreter/plot.txi: Clarify the description of OuterPosition + axes property. + 2008-05-20 David Bateman * interpreter/debug.txi: Uodate documentation for multiline diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -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