|
34 | 34 | <param_input_item> |
35 | 35 | <param_name>c</param_name> |
36 | 36 | <param_description |
37 | | - >Marker color: color name, RGB triplet or vector of colormap indices</param_description> |
| 37 | + >Marker color: short color name, color name, RGB triplet or vector of colormap indices</param_description> |
38 | 38 | </param_input_item> |
39 | 39 | <param_input_item> |
40 | 40 | <param_name>ax</param_name> |
|
89 | 89 | <p /> |
90 | 90 |
|
91 | 91 | <p>The ColorSpec specifies the marker color to use for each data series:</p> |
92 | | -<p><b>'k'</b>: Color Black</p> |
93 | | -<p><b>'y'</b>: Color Yellow</p> |
94 | | -<p><b>'m'</b>: Color Magenta</p> |
95 | | -<p><b>'c'</b>: Color Cyan</p> |
96 | | -<p><b>'r'</b>: Color Red</p> |
97 | | -<p><b>'b'</b>: Color Blue</p> |
98 | | -<p><b>'g'</b>: Color Green</p> |
| 92 | +<p><b>'k'</b>, <b>'black'</b>: Color Black</p> |
| 93 | +<p><b>'y'</b>, <b>'yellow'</b>: Color Yellow</p> |
| 94 | +<p><b>'m'</b>, <b>'magenta'</b>: Color Magenta</p> |
| 95 | +<p><b>'c'</b>, <b>'cyan'</b>: Color Cyan</p> |
| 96 | +<p><b>'r'</b>, <b>'red'</b>: Color Red</p> |
| 97 | +<p><b>'b'</b>, <b>'blue'</b>: Color Blue</p> |
| 98 | +<p><b>'g'</b>, <b>'green'</b>: Color Green</p> |
99 | 99 | <p /> |
100 | 100 | <p>see <b>line</b> for more information about properties</p> |
101 | 101 | </description> |
@@ -215,7 +215,14 @@ s = scatter(x,y, 'filled'); |
215 | 215 | <history_item> |
216 | 216 | <history_version>1.0.0</history_version> |
217 | 217 | <history_description>initial version</history_description> |
| 218 | + </history_item> |
| 219 | + <history_item> |
| 220 | + <history_version>1.12.0</history_version> |
| 221 | + <history_description |
| 222 | + >color name and short color name managed.</history_description> |
218 | 223 | </history_item> |
| 224 | + |
| 225 | + |
219 | 226 | </history> |
220 | 227 |
|
221 | 228 | <authors> |
|
0 commit comments