diff doc/interpreter/plot.txi @ 12269:3eaad8355678 release-3-4-x

Add functions reset, whitebg to documentation.
author Rik <octave@nomad.inbox5.com>
date Thu, 27 Jan 2011 20:13:45 -0800
parents 1d13679b587e
children 4ae2a74ed04c
line wrap: on
line diff
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -2415,7 +2415,10 @@
 
 @noindent
 removes the user-defined default line color setting from the current axes
-object.
+object.  To quickly remove all user-defined defaults use the @code{reset}
+function.
+
+@DOCSTRING(reset)
 
 Getting the @code{"default"} property of an object returns a list of
 user-defined defaults set for the object.  For example,
@@ -2438,7 +2441,6 @@
 @noindent
 returns a list of factory defaults.
 
-
 @node Advanced Plotting
 @section Advanced Plotting