changeset 12690:e9e35a707721 stable

doc: Add 'none' to list of plot linestyles. * plot.txi: Add 'none' to list of plot linestyles.
author Rik <octave@nomad.inbox5.com>
date Wed, 25 May 2011 20:15:07 -0700
parents 5dedac50fef9
children 2cf5f81c5ad6
files doc/interpreter/plot.txi
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -2508,16 +2508,19 @@
 May be one of
 @table @code
 @item "-"
-Solid lines.
+Solid line.  [default]
 
 @item "--"
-Dashed lines.
+Dashed line.
 
 @item ":"
-Points.
+Dotted line.
 
 @item "-."
 A dash-dot line.
+
+@item "none"
+No line.  Points will still be marked using the current Marker Style.
 @end table
 
 @item linewidth