Mercurial > hg > octave-lyh
comparison scripts/plot/plot.m @ 5462:74804828df1a
[project @ 2005-09-22 18:36:22 by jwe]
author | jwe |
---|---|
date | Thu, 22 Sep 2005 18:36:23 +0000 |
parents | 4c8a2e4e0717 |
children | 2618a0750ae6 |
comparison
equal
deleted
inserted
replaced
5461:8d8fc8eff9e6 | 5462:74804828df1a |
---|---|
102 ## If @var{nm} is a two digit integer and @var{m} is an integer in the | 102 ## If @var{nm} is a two digit integer and @var{m} is an integer in the |
103 ## range 1 to 6, @var{m} is interpreted as the point style. This is only | 103 ## range 1 to 6, @var{m} is interpreted as the point style. This is only |
104 ## valid in combination with the @code{@@} or @code{-@@} specifiers. | 104 ## valid in combination with the @code{@@} or @code{-@@} specifiers. |
105 ## | 105 ## |
106 ## @item @var{c} | 106 ## @item @var{c} |
107 ## If @var{c} is one of @code{"r"}, @code{"g"}, @code{"b"}, @code{"m"}, | 107 ## If @var{c} is one of @code{"k"}, @code{"r"}, @code{"g"}, @code{"b"}, |
108 ## @code{"c"}, or @code{"w"}, it is interpreted as the plot color (red, | 108 ## @code{"m"}, @code{"c"}, or @code{"w"}, it is interpreted as the plot |
109 ## green, blue, magenta, cyan, or white). | 109 ## color (black, red, green, blue, magenta, cyan, or white). |
110 ## | 110 ## |
111 ## @item ";title;" | 111 ## @item ";title;" |
112 ## Here @code{"title"} is the label for the key. | 112 ## Here @code{"title"} is the label for the key. |
113 ## | 113 ## |
114 ## @item + | 114 ## @item + |