diff scripts/plot/bar.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents be55736a0783
children ad8966096e27
line wrap: on
line diff
--- a/scripts/plot/bar.m	Sun Aug 01 14:50:51 2010 -0400
+++ b/scripts/plot/bar.m	Sun Aug 01 20:22:17 2010 -0700
@@ -41,7 +41,7 @@
 ## object with one handle per column of the variable @var{y}.  This
 ## series allows common elements of the group of bar series objects to
 ## be changed in a single bar series and the same properties are changed
-## in the other "bar series".  For example
+## in the other "bar series".  For example,
 ##
 ## @example
 ## @group
@@ -66,6 +66,7 @@
 ## @end group
 ## @end example
 ##
+## @noindent
 ## will change the colors used for the bars.  If you wish to force the bars to
 ## particular colors, this can be achieved like
 ##