comparison scripts/plot/stem3.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents dbd0c77e575e
children 16f53d29049f
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
23 ## The default color is @code{"r"} (red). The default line style is 23 ## The default color is @code{"r"} (red). The default line style is
24 ## @code{"-"} and the default marker is @code{"o"}. 24 ## @code{"-"} and the default marker is @code{"o"}.
25 ## 25 ##
26 ## For example, 26 ## For example,
27 ## @example 27 ## @example
28 ## @group
28 ## theta = 0:0.2:6; 29 ## theta = 0:0.2:6;
29 ## stem3 (cos (theta), sin (theta), theta) 30 ## stem3 (cos (theta), sin (theta), theta)
31 ## @end group
30 ## @end example 32 ## @end example
31 ## 33 ##
32 ## @noindent 34 ## @noindent
33 ## plots 31 stems with heights from 0 to 6 lying on a circle. Color 35 ## plots 31 stems with heights from 0 to 6 lying on a circle. Color
34 ## definitions with rgb-triples are not valid! 36 ## definitions with rgb-triples are not valid!