diff doc/interpreter/plot.txi @ 12607:2846ea58b288 stable

colstyle.m: Add new function (bug #33063) * NEWS: Update list of new functions in 3.4 release * plot.txi: Add documentation entry in manual * plot/module.mk: Add function to build list
author Rik <octave@nomad.inbox5.com>
date Thu, 14 Apr 2011 18:52:54 -0700
parents f5a780d675a1
children 0e79664b969c e9e35a707721
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Wed Apr 13 21:09:03 2011 -0700
+++ b/doc/interpreter/plot.txi	Thu Apr 14 18:52:54 2011 -0700
@@ -2549,6 +2549,11 @@
 of 2 is twice as large as the default, etc.
 @end table
 
+The @code{colstyle} function will parse a @code{plot}-style specification
+and will return the color, line, and marker values that would result.
+
+@DOCSTRING(colstyle)
+
 @node Callbacks
 @subsection Callbacks
 @cindex callbacks