comparison 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
comparison
equal deleted inserted replaced
12268:ee94cb52433f 12269:3eaad8355678
2413 set (gca (), "defaultlinecolor", "remove"); 2413 set (gca (), "defaultlinecolor", "remove");
2414 @end example 2414 @end example
2415 2415
2416 @noindent 2416 @noindent
2417 removes the user-defined default line color setting from the current axes 2417 removes the user-defined default line color setting from the current axes
2418 object. 2418 object. To quickly remove all user-defined defaults use the @code{reset}
2419 function.
2420
2421 @DOCSTRING(reset)
2419 2422
2420 Getting the @code{"default"} property of an object returns a list of 2423 Getting the @code{"default"} property of an object returns a list of
2421 user-defined defaults set for the object. For example, 2424 user-defined defaults set for the object. For example,
2422 2425
2423 @example 2426 @example
2435 get (0, "factory"); 2438 get (0, "factory");
2436 @end example 2439 @end example
2437 2440
2438 @noindent 2441 @noindent
2439 returns a list of factory defaults. 2442 returns a list of factory defaults.
2440
2441 2443
2442 @node Advanced Plotting 2444 @node Advanced Plotting
2443 @section Advanced Plotting 2445 @section Advanced Plotting
2444 2446
2445 @menu 2447 @menu