<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>mesh(X,Y,Z,"foreground","orange") is refused. All scilab colors names must be usable (as stated in the GlobalProperty page for Color), not only a restricted list of 10 major colors <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - mesh(X,Y,Z,"foreground","orange") is refused. All scilab colors names must be usable (as stated in the GlobalProperty page for Color), not only a restricted list of 10 major colors"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15404#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - mesh(X,Y,Z,"foreground","orange") is refused. All scilab colors names must be usable (as stated in the GlobalProperty page for Color), not only a restricted list of 10 major colors"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15404">bug 15404</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>HOW TO REPRODUCE (full from the mesh() example):
[X,Y] = meshgrid(-1:.1:1,-1:.1:1);
Z = X.^2 - Y.^2;
xtitle('$\huge z=x^2-y^2$');
mesh(X, Y, Z, "foreground", "orange")</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>