diff doc/interpreter/plot.txi @ 11816:fc813a4fe194 release-3-0-x

Calrify OuterPosition property in manual
author David Bateman <dbateman@free.fr>
date Sun, 27 Jul 2008 02:08:55 +0200
parents 72830070a17b
children 6a096d2e1a82
line wrap: on
line diff
--- 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