changeset 12610:bdf694af4aa5

plot.txi: Clarify that inheritance of default property values only applies to the named object type.
author Ben Abbott <bpabbott@mac.com>
date Sat, 16 Apr 2011 10:39:54 -0400
parents f3ba948328e9
children 708186085e0d
files doc/ChangeLog doc/interpreter/plot.txi
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Apr 15 11:38:35 2011 +0200
+++ b/doc/ChangeLog	Sat Apr 16 10:39:54 2011 -0400
@@ -1,3 +1,8 @@
+2011-04-16  Ben Abbott  <bpabbott@mac.com>
+
+	* interpreter/plot.txi: Clarify that inheritance of default property
+	values only applies to the named object type.
+
 2011-04-12  Ben Abbott  <bpabbott@mac.com>
 
 	* interpreter/data.txi: Replace xref{Data Structures} with
--- a/doc/interpreter/plot.txi	Fri Apr 15 11:38:35 2011 +0200
+++ b/doc/interpreter/plot.txi	Sat Apr 16 10:39:54 2011 -0400
@@ -2390,7 +2390,11 @@
 may override the factory defaults.
 
 Although default values may be set for any object, they are set in
-parent objects and apply to child objects.  For example,
+parent objects and apply to child objects, of the specified object type.
+For example, seeting the default @code{color} property of @code{line}
+objects to "green", for the @code{root} object, will result in all
+@code{line} objects inheriting the @code{color} "green" as the default
+value.
 
 @example
 set (0, "defaultlinecolor", "green");